4 writes to TypeId
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
514info.TypeId = id; 1262bamlTypeInfoRecord.TypeId = (short) TypeIdMap.Add(bamlTypeInfoRecord);
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4517TypeId = -1; 4526TypeId = bamlBinaryReader.ReadInt16();
6 references to TypeId
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlMapTable.cs (5)
1213typeId = bamlTypeInfoRecord.TypeId; 1270return bamlTypeInfoRecord.TypeId; 1279Debug.Assert(TypeIdMap.Count == record.TypeId || 1281((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1283if (TypeIdMap.Count == record.TypeId)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4540bamlBinaryWriter.Write(TypeId);