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