1 write to DeclaringAssembly
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1159
key.
DeclaringAssembly
= assemblyFullName;
8 references to DeclaringAssembly
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1923
return ((key.
DeclaringAssembly
!= null) ?
1924
key.
DeclaringAssembly
.Equals(this.
DeclaringAssembly
) :
1925
(this.
DeclaringAssembly
== null)) &&
1957
return ((
DeclaringAssembly
!= null) ?
DeclaringAssembly
.GetHashCode() : 0) ^
1965
$"TypeInfoKey: Assembly={((
DeclaringAssembly
!= null) ?
DeclaringAssembly
: "null")} Type={((TypeFullName != null) ? TypeFullName : "null")}";