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