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)
86
if (
_uidToBamlNodeIndexMap
.TryGetValue(uid, out int bamlNodeIndex))
131
if (!
_uidToBamlNodeIndexMap
.TryAdd(key.Uid, i))