1 write to _root
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (1)
35
_root
= CloneNodeAsRoot(root)
6 references to _root
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (6)
57
Return
_root
.FullSpan.Length
68
Return
_root
72
root =
_root
77
Return If(ReferenceEquals(root,
_root
) AndAlso options = Me.Options,
80
If(ReferenceEquals(root,
_root
), _lazyText, Nothing),
91
New ParsedSyntaxTree(_lazyText,
_root
, Options, path, Encoding, _checksumAlgorithm))