3 writes to _root
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
42_root = root; 44CreateInternalIndex(ref _root, ref _nodeList, false); 77newTree._root = newTreeRoot;
2 references to _root
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
49get { return _root; } 70BamlTreeNode newTreeRoot = _root;