3 writes to _nodeList
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
42
_nodeList
= new List<BamlTreeNode>(size);
43
CreateInternalIndex(ref _root, ref
_nodeList
, false);
78
_nodeList
= newNodeList
3 references to _nodeList
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
53
get { return
_nodeList
.Count; }
61
return
_nodeList
[i];
87
_nodeList
.Add(node);