1 write to TypeFullName
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1152
key.
TypeFullName
= typeFullName;
8 references to TypeFullName
PresentationFramework (8)
System\Windows\Markup\BamlMapTable.cs (8)
1918
((key.
TypeFullName
!= null) ?
1919
key.
TypeFullName
.Equals(this.
TypeFullName
) :
1920
(this.
TypeFullName
== null));
1950
((
TypeFullName
!= null) ?
TypeFullName
.GetHashCode() : 0);
1957
$"TypeInfoKey: Assembly={((DeclaringAssembly != null) ? DeclaringAssembly : "null")} Type={((
TypeFullName
!= null) ?
TypeFullName
: "null")}";