1 write to _uidToNewBamlNodeIndexMap
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
690_uidToNewBamlNodeIndexMap = new Dictionary<string, int>(8);
2 references to _uidToNewBamlNodeIndexMap
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeUpdater.cs (2)
723if (_uidToNewBamlNodeIndexMap.TryGetValue(uid, out int bamlNodeIndex)) 739_uidToNewBamlNodeIndexMap[uid] = _tree.Size - 1;