3 writes to _nodeList
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
47
_nodeList
= new List<BamlTreeNode>(size);
48
CreateInternalIndex(ref _root, ref
_nodeList
, false);
82
newTree.
_nodeList
= newNodeList;
3 references to _nodeList
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
58
get { return
_nodeList
.Count; }
66
return
_nodeList
[i];
90
_nodeList
.Add(node);