1 write to TypeFullName
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1158TypeFullName = typeFullName
7 references to TypeFullName
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (7)
1923((key.TypeFullName != null) ? 1924key.TypeFullName.Equals(this.TypeFullName) : 1925(this.TypeFullName == null)); 1955((TypeFullName != null) ? TypeFullName.GetHashCode() : 0); 1962$"TypeInfoKey: Assembly={(DeclaringAssembly ?? "null")} Type={(TypeFullName ?? "null")}";