1 write to _keyToNewBamlNodeIndexMap
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
713_keyToNewBamlNodeIndexMap = new Hashtable(8);
4 references to _keyToNewBamlNodeIndexMap
PresentationFramework (4)
MS\Internal\Globalization\BamlTreeUpdater.cs (4)
725if (_keyToNewBamlNodeIndexMap.Contains(key)) 727node = _tree[(int)_keyToNewBamlNodeIndexMap[key]]; 736return _keyToNewBamlNodeIndexMap.Contains(key); 768_keyToNewBamlNodeIndexMap[key] = _tree.Size - 1;