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