1 instantiation of TypeInfoKey
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1168
TypeInfoKey key = new
TypeInfoKey
();
11 references to TypeInfoKey
PresentationBuildTasks (11)
Framework\System\Windows\Markup\BamlMapTable.cs (11)
1164
private
TypeInfoKey
GetTypeInfoKey(
1168
TypeInfoKey
key = new TypeInfoKey();
1203
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1229
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1927
if (o is
TypeInfoKey
)
1929
TypeInfoKey
key = (
TypeInfoKey
)o;
1947
public static bool operator ==(
TypeInfoKey
key1,
TypeInfoKey
key2)
1955
public static bool operator !=(
TypeInfoKey
key1,
TypeInfoKey
key2)