4 writes to TypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
494info.TypeId = id; 1251bamlTypeInfoRecord.TypeId = (short)TypeIdMap.Add(bamlTypeInfoRecord);
System\Windows\Markup\BamlRecords.cs (2)
4272TypeId = -1; 4281TypeId = bamlBinaryReader.ReadInt16();
6 references to TypeId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (5)
1202typeId = bamlTypeInfoRecord.TypeId; 1259return bamlTypeInfoRecord.TypeId; 1268Debug.Assert(TypeIdMap.Count == record.TypeId || 1270((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1272if (TypeIdMap.Count == record.TypeId)
System\Windows\Markup\BamlRecords.cs (1)
4295bamlBinaryWriter.Write(TypeId);