3 writes to TypeFullName
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
516info.TypeFullName = info.Type.FullName; 1253bamlTypeInfoRecord.TypeFullName = typeFullName;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4528TypeFullName = bamlBinaryReader.ReadString();
15 references to TypeFullName
PresentationFramework (15)
src\Framework\System\Windows\Markup\BamlMapTable.cs (6)
405TypeInfoKey key = GetTypeInfoKey(assyInfo.AssemblyFullName, info.TypeFullName); 437ThrowException(SRID.ParserFailFindType, typeInfo.TypeFullName); 783TypeInfoKey key = GetTypeInfoKey(assemblyInfoRecord.AssemblyFullName, typeInfo.TypeFullName); 794Type type = assembly.GetType(typeInfo.TypeFullName); 1280record.TypeFullName == 1281((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName);
src\Framework\System\Windows\Markup\BamlReader.cs (8)
1319string typeName = typeInfo.TypeFullName; 1439string markupString = typeInfo.TypeFullName; 1566string typename = elementTypeInfo.TypeFullName; 1980_name = typeInfo.TypeFullName; 2376nodeInfo.Name = typeInfo.TypeFullName + "." + nodeInfo.LocalName; 2427typeName = valueTypeInfo.TypeFullName; 2502typeName = valueTypeInfo.TypeFullName; 2616string typeName = valueTypeInfo.TypeFullName;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4543bamlBinaryWriter.Write(TypeFullName);