1 write to StringIdMap
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1685StringIdMap = new List<BamlStringInfoRecord>(_stringIdToInfo)
9 references to StringIdMap
PresentationFramework (9)
System\Windows\Markup\BamlMapTable.cs (9)
395StringIdMap.Clear(); 611Debug.Assert(id < StringIdMap.Count); 612BamlStringInfoRecord infoRecord = StringIdMap[id]; 1461StringIdMap.Add(stringInfo); 1462stringInfo.StringId = (short)(StringIdMap.Count - 1); 1649Debug.Assert(StringIdMap.Count == record.StringId || record.Value == StringIdMap[record.StringId].Value); 1651if (StringIdMap.Count == record.StringId) 1653StringIdMap.Add(record);