3 writes to _root
PresentationFramework (3)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (3)
49_root = root; 51CreateInternalIndex(ref _root, ref _nodeList, false); 83newTree._root = newTreeRoot;
2 references to _root
PresentationFramework (2)
src\Framework\MS\Internal\Globalization\BamlTreeNode.cs (2)
56get { return _root;} 76BamlTreeNode newTreeRoot = _root;