2 writes to TypeId
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1262bamlTypeInfoRecord.TypeId = (short) TypeIdMap.Add(bamlTypeInfoRecord);
Framework\System\Windows\Markup\BamlRecords.cs (1)
4517TypeId = -1;
3 references to TypeId
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlMapTable.cs (2)
1213typeId = bamlTypeInfoRecord.TypeId; 1270return bamlTypeInfoRecord.TypeId;
Framework\System\Windows\Markup\BamlRecords.cs (1)
4540bamlBinaryWriter.Write(TypeId);