3 writes to _nodeList
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
50_nodeList = new List<BamlTreeNode>(size); 51CreateInternalIndex(ref _root, ref _nodeList, false); 84newTree._nodeList = newNodeList;
3 references to _nodeList
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
61get { return _nodeList.Count;} 68return _nodeList[i]; 92_nodeList.Add(node);