3 writes to _root
PresentationFramework (3)
MS\Internal\Globalization\BamlTreeNode.cs (3)
41_root = root; 43CreateInternalIndex(ref _root, ref _nodeList, false); 77_root = newTreeRoot,
2 references to _root
PresentationFramework (2)
MS\Internal\Globalization\BamlTreeNode.cs (2)
48get { return _root; } 69BamlTreeNode newTreeRoot = _root;