1 write to _tree
PresentationFramework (1)
MS\Internal\Globalization\BamlTreeMap.cs (1)
49
_tree
= tree;
4 references to _tree
PresentationFramework (4)
MS\Internal\Globalization\BamlTreeMap.cs (4)
116
_keyToBamlNodeIndexMap = new Hashtable(
_tree
.Size);
117
_uidToBamlNodeIndexMap = new Hashtable(
_tree
.Size / 2);
120
for (int i = 0; i <
_tree
.Size; i++)
122
BamlTreeNode currentNode =
_tree
[i];