1 instantiation of TypeInfoKey
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1142
TypeInfoKey key = new
TypeInfoKey
11 references to TypeInfoKey
PresentationFramework (11)
System\Windows\Markup\BamlMapTable.cs (11)
386
TypeInfoKey
key = GetTypeInfoKey(assyInfo.AssemblyFullName, info.TypeFullName);
757
TypeInfoKey
key = GetTypeInfoKey(assemblyInfoRecord.AssemblyFullName, typeInfo.TypeFullName);
1138
private
TypeInfoKey
GetTypeInfoKey(
1142
TypeInfoKey
key = new TypeInfoKey
1179
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1205
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1927
if (o is
TypeInfoKey
key)
1945
public static bool operator ==(
TypeInfoKey
key1,
TypeInfoKey
key2)
1953
public static bool operator !=(
TypeInfoKey
key1,
TypeInfoKey
key2)