3 writes to StringId
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
1474stringInfo.StringId = (short)StringIdMap.Add(stringInfo);
System\Windows\Markup\BamlRecords.cs (2)
4973StringId = -1; 4982StringId = bamlBinaryReader.ReadInt16();
7 references to StringId
PresentationFramework (7)
System\Windows\Markup\BamlMapTable.cs (5)
1457stringId = bamlStringInfoRecord.StringId; 1484return stringInfo.StringId; 1662Debug.Assert(StringIdMap.Count == record.StringId || 1664((BamlStringInfoRecord)StringIdMap[record.StringId]).Value); 1666if (StringIdMap.Count == record.StringId)
System\Windows\Markup\BamlRecords.cs (2)
4991bamlBinaryWriter.Write(StringId); 5050$"{RecordType} stringId({StringId}='{_value}'");