1 write to _uidToBamlNodeIndexMap
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeMap.cs (1)
106_uidToBamlNodeIndexMap = new Dictionary<string, int>(_tree.Size / 2);
2 references to _uidToBamlNodeIndexMap
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeMap.cs (2)
87if (_uidToBamlNodeIndexMap.TryGetValue(uid, out int bamlNodeIndex)) 132if (!_uidToBamlNodeIndexMap.TryAdd(key.Uid, i))