1 write to _keyToNewBamlNodeIndexMap
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
721_keyToNewBamlNodeIndexMap = new Hashtable(8);
4 references to _keyToNewBamlNodeIndexMap
PresentationFramework (4)
MS\Internal\Globalization\BamlTreeUpdater.cs (4)
733if (_keyToNewBamlNodeIndexMap.Contains(key)) 735node = _tree[(int)_keyToNewBamlNodeIndexMap[key]]; 744return _keyToNewBamlNodeIndexMap.Contains(key); 776_keyToNewBamlNodeIndexMap[key] = _tree.Size - 1;