1 instantiation of AssemblyInfoKey
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1036
AssemblyInfoKey key = new
AssemblyInfoKey
();
8 references to AssemblyInfoKey
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlMapTable.cs (8)
1036
AssemblyInfoKey
key = new AssemblyInfoKey();
1865
if (o is
AssemblyInfoKey
)
1867
AssemblyInfoKey
key = (
AssemblyInfoKey
)o;
1882
public static bool operator ==(
AssemblyInfoKey
key1,
AssemblyInfoKey
key2)
1890
public static bool operator !=(
AssemblyInfoKey
key1,
AssemblyInfoKey
key2)