3 writes to TypeFullName
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
492info.TypeFullName = info.Type.FullName; 1229bamlTypeInfoRecord.TypeFullName = typeFullName;
System\Windows\Markup\BamlRecords.cs (1)
4282TypeFullName = bamlBinaryReader.ReadString();
15 references to TypeFullName
PresentationFramework (15)
System\Windows\Markup\BamlMapTable.cs (6)
386TypeInfoKey key = GetTypeInfoKey(assyInfo.AssemblyFullName, info.TypeFullName); 412ThrowException(nameof(SR.ParserFailFindType), typeInfo.TypeFullName); 757TypeInfoKey key = GetTypeInfoKey(assemblyInfoRecord.AssemblyFullName, typeInfo.TypeFullName); 768Type type = assembly.GetType(typeInfo.TypeFullName); 1256Debug.Assert(TypeIdMap.Count == record.TypeId || record.TypeFullName == TypeIdMap[record.TypeId].TypeFullName);
System\Windows\Markup\BamlReader.cs (8)
1308string typeName = typeInfo.TypeFullName; 1432string markupString = typeInfo.TypeFullName; 1559string typename = elementTypeInfo.TypeFullName; 1964_name = typeInfo.TypeFullName; 2364nodeInfo.Name = $"{typeInfo.TypeFullName}.{nodeInfo.LocalName}"; 2415typeName = valueTypeInfo.TypeFullName; 2490typeName = valueTypeInfo.TypeFullName; 2604string typeName = valueTypeInfo.TypeFullName;
System\Windows\Markup\BamlRecords.cs (1)
4297bamlBinaryWriter.Write(TypeFullName);