1 write to DeclaringAssembly
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1157
DeclaringAssembly
= assemblyFullName,
7 references to DeclaringAssembly
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (7)
1920
return ((key.
DeclaringAssembly
!= null) ?
1921
key.
DeclaringAssembly
.Equals(this.
DeclaringAssembly
) :
1922
(this.
DeclaringAssembly
== null)) &&
1954
return ((
DeclaringAssembly
!= null) ?
DeclaringAssembly
.GetHashCode() : 0) ^
1962
$"TypeInfoKey: Assembly={(
DeclaringAssembly
?? "null")} Type={(TypeFullName ?? "null")}";