1 write to _uidToNewBamlNodeIndexMap
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
712
_uidToNewBamlNodeIndexMap
= new Hashtable(8);
3 references to _uidToNewBamlNodeIndexMap
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeUpdater.cs (3)
745
if (
_uidToNewBamlNodeIndexMap
.Contains(uid))
747
node = _tree[(int)
_uidToNewBamlNodeIndexMap
[uid]] as BamlStartElementNode;
765
_uidToNewBamlNodeIndexMap
[uid] = _tree.Size - 1;