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