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