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)
85get { return _root.FullSpan.Length; } 90return _root; 95root = _root; 125if (ReferenceEquals(_root, root) && ReferenceEquals(_options, options)) 137ReferenceEquals(_root, root) ? _lazyDirectives : default, 155_root, 180_root,