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