3 writes to StringId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1484stringInfo.StringId = (short)StringIdMap.Add(stringInfo);
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
5222StringId = -1; 5231StringId = bamlBinaryReader.ReadInt16();
7 references to StringId
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlMapTable.cs (5)
1467stringId = bamlStringInfoRecord.StringId; 1494return stringInfo.StringId; 1672Debug.Assert(StringIdMap.Count == record.StringId || 1674((BamlStringInfoRecord)StringIdMap[record.StringId]).Value); 1676if (StringIdMap.Count == record.StringId)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
5240bamlBinaryWriter.Write(StringId); 5300RecordType, StringId, _value);