4 writes to TypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
496info.TypeId = id; 1244bamlTypeInfoRecord.TypeId = (short)TypeIdMap.Add(bamlTypeInfoRecord);
System\Windows\Markup\BamlRecords.cs (2)
4278TypeId = -1; 4287TypeId = bamlBinaryReader.ReadInt16();
6 references to TypeId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (5)
1195typeId = bamlTypeInfoRecord.TypeId; 1252return bamlTypeInfoRecord.TypeId; 1261Debug.Assert(TypeIdMap.Count == record.TypeId || 1263((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1265if (TypeIdMap.Count == record.TypeId)
System\Windows\Markup\BamlRecords.cs (1)
4301bamlBinaryWriter.Write(TypeId);