1 write to TypeFullName
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
1145
TypeFullName
= typeFullName
7 references to TypeFullName
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (7)
1929
((key.
TypeFullName
!= null) ?
1930
key.
TypeFullName
.Equals(this.
TypeFullName
) :
1931
(this.
TypeFullName
== null));
1961
((
TypeFullName
!= null) ?
TypeFullName
.GetHashCode() : 0);
1968
$"TypeInfoKey: Assembly={(DeclaringAssembly ?? "null")} Type={(
TypeFullName
?? "null")}";