1 write to TypeFullName
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1145
TypeFullName
= typeFullName
7 references to TypeFullName
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (7)
1932
((key.
TypeFullName
!= null) ?
1933
key.
TypeFullName
.Equals(this.
TypeFullName
) :
1934
(this.
TypeFullName
== null));
1964
((
TypeFullName
!= null) ?
TypeFullName
.GetHashCode() : 0);
1971
$"TypeInfoKey: Assembly={(DeclaringAssembly ?? "null")} Type={(
TypeFullName
?? "null")}";