1 write to _root
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (1)
37_root = CloneNodeAsRoot(root);
6 references to _root
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (6)
62=> _root.FullSpan.Length; 68=> _root; 72root = _root; 77=> root == _root && options == Options 80root == _root ? _lazyText : null, 90: new ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm);