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