4 writes to TypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
490info.TypeId = id; 1239bamlTypeInfoRecord.TypeId = (short)(TypeIdMap.Count - 1);
System\Windows\Markup\BamlRecords.cs (2)
4271TypeId = -1; 4280TypeId = bamlBinaryReader.ReadInt16();
6 references to TypeId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (5)
1189typeId = bamlTypeInfoRecord.TypeId; 1247return bamlTypeInfoRecord.TypeId; 1256Debug.Assert(TypeIdMap.Count == record.TypeId || record.TypeFullName == TypeIdMap[record.TypeId].TypeFullName); 1258if (TypeIdMap.Count == record.TypeId)
System\Windows\Markup\BamlRecords.cs (1)
4294bamlBinaryWriter.Write(TypeId);