1 instantiation of TypeInfoKey
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
1142TypeInfoKey key = new TypeInfoKey
9 references to TypeInfoKey
PresentationBuildTasks (9)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (9)
1138private TypeInfoKey GetTypeInfoKey( 1142TypeInfoKey key = new TypeInfoKey 1179TypeInfoKey key = GetTypeInfoKey(assemblyFullName, typeFullName); 1205TypeInfoKey key = GetTypeInfoKey(assemblyFullName, typeFullName); 1924if (o is TypeInfoKey key) 1942public static bool operator ==(TypeInfoKey key1, TypeInfoKey key2) 1950public static bool operator !=(TypeInfoKey key1, TypeInfoKey key2)