3 writes to _root
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
46_root = root; 48CreateInternalIndex(ref _root, ref _nodeList, false); 81newTree._root = newTreeRoot;
2 references to _root
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
53get { return _root; } 74BamlTreeNode newTreeRoot = _root;