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