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