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