1 instantiation of TypeInfoKey
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1155
TypeInfoKey key = new
TypeInfoKey
11 references to TypeInfoKey
PresentationFramework (11)
System\Windows\Markup\BamlMapTable.cs (11)
383
TypeInfoKey
key = GetTypeInfoKey(assyInfo.AssemblyFullName, info.TypeFullName);
765
TypeInfoKey
key = GetTypeInfoKey(assemblyInfoRecord.AssemblyFullName, typeInfo.TypeFullName);
1151
private
TypeInfoKey
GetTypeInfoKey(
1155
TypeInfoKey
key = new TypeInfoKey
1192
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1218
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1918
if (o is
TypeInfoKey
key)
1936
public static bool operator ==(
TypeInfoKey
key1,
TypeInfoKey
key2)
1944
public static bool operator !=(
TypeInfoKey
key1,
TypeInfoKey
key2)