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