1 write to _stringIdToInfo
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1761
init =>
_stringIdToInfo
= value;
2 references to _stringIdToInfo
PresentationFramework (2)
System\Windows\Markup\BamlMapTable.cs (2)
1685
StringIdMap = new List<BamlStringInfoRecord>(
_stringIdToInfo
)
1759
get =>
_stringIdToInfo
;