2 writes to StringId
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlMapTable.cs (1)
1484stringInfo.StringId = (short)StringIdMap.Add(stringInfo);
Framework\System\Windows\Markup\BamlRecords.cs (1)
5222StringId = -1;
3 references to StringId
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlMapTable.cs (2)
1467stringId = bamlStringInfoRecord.StringId; 1494return stringInfo.StringId;
Framework\System\Windows\Markup\BamlRecords.cs (1)
5240bamlBinaryWriter.Write(StringId);