3 writes to _nodeList
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
43_nodeList = new List<BamlTreeNode>(size); 44CreateInternalIndex(ref _root, ref _nodeList, false); 79_nodeList = newNodeList
3 references to _nodeList
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
54get { return _nodeList.Count; } 62return _nodeList[i]; 88_nodeList.Add(node);