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