1 write to DeclaringAssembly
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1144
DeclaringAssembly
= assemblyFullName,
7 references to DeclaringAssembly
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (7)
1926
return ((key.
DeclaringAssembly
!= null) ?
1927
key.
DeclaringAssembly
.Equals(this.
DeclaringAssembly
) :
1928
(this.
DeclaringAssembly
== null)) &&
1960
return ((
DeclaringAssembly
!= null) ?
DeclaringAssembly
.GetHashCode() : 0) ^
1968
$"TypeInfoKey: Assembly={(
DeclaringAssembly
?? "null")} Type={(TypeFullName ?? "null")}";