1 write to _root
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (1)
31
_root
= CloneNodeAsRoot(root);
6 references to _root
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (6)
56
=>
_root
.FullSpan.Length;
62
=>
_root
;
66
root =
_root
;
71
=> (root ==
_root
&& options == Options) ? this : new ParsedSyntaxTree((root ==
_root
) ? _lazyText : null, (CSharpSyntaxNode)root, (CSharpParseOptions)options, FilePath, Encoding, _checksumAlgorithm);
74
=> (path == FilePath) ? this : new ParsedSyntaxTree(_lazyText,
_root
, Options, path, Encoding, _checksumAlgorithm);