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