4 writes to TypeId
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
504info.TypeId = id; 1252bamlTypeInfoRecord.TypeId = (short)TypeIdMap.Add(bamlTypeInfoRecord);
System\Windows\Markup\BamlRecords.cs (2)
4284TypeId = -1; 4293TypeId = bamlBinaryReader.ReadInt16();
6 references to TypeId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (5)
1203typeId = bamlTypeInfoRecord.TypeId; 1260return bamlTypeInfoRecord.TypeId; 1269Debug.Assert(TypeIdMap.Count == record.TypeId || 1271((BamlTypeInfoRecord)TypeIdMap[record.TypeId]).TypeFullName); 1273if (TypeIdMap.Count == record.TypeId)
System\Windows\Markup\BamlRecords.cs (1)
4307bamlBinaryWriter.Write(TypeId);