1 write to TypeFullName
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1160
key.
TypeFullName
= typeFullName;
8 references to TypeFullName
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1926
((key.
TypeFullName
!= null) ?
1927
key.
TypeFullName
.Equals(this.
TypeFullName
) :
1928
(this.
TypeFullName
== null));
1958
((
TypeFullName
!= null) ?
TypeFullName
.GetHashCode() : 0);
1965
$"TypeInfoKey: Assembly={((DeclaringAssembly != null) ? DeclaringAssembly : "null")} Type={((
TypeFullName
!= null) ?
TypeFullName
: "null")}";