1 write to DeclaringAssembly
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
1144
DeclaringAssembly
= assemblyFullName,
7 references to DeclaringAssembly
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\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")}";