1 write to _root
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (1)
52
_root
= cloneRoot ? this.CloneNodeAsRoot(root) : root;
7 references to _root
Microsoft.CodeAnalysis.CSharp (7)
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (7)
85
get { return
_root
.FullSpan.Length; }
90
return
_root
;
95
root =
_root
;
125
if (ReferenceEquals(
_root
, root) && ReferenceEquals(_options, options))
137
ReferenceEquals(
_root
, root) ? _lazyDirectives : default,
155
_root
,
180
_root
,