3 writes to _nodeList
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
50
_nodeList
= new List<BamlTreeNode>(size);
51
CreateInternalIndex(ref _root, ref
_nodeList
, false);
84
newTree.
_nodeList
= newNodeList;
3 references to _nodeList
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
61
get { return
_nodeList
.Count;}
68
return
_nodeList
[i];
92
_nodeList
.Add(node);