1 write to _root
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (1)
29
_root
= CloneNodeAsRoot(root)
6 references to _root
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (6)
52
Return
_root
.FullSpan.Length
63
Return
_root
67
root =
_root
72
Return If(ReferenceEquals(root,
_root
) AndAlso options = Me.Options,
74
New ParsedSyntaxTree(If(ReferenceEquals(root,
_root
), _lazyText, Nothing), DirectCast(root, VisualBasicSyntaxNode), DirectCast(options, VisualBasicParseOptions), FilePath, Encoding, _checksumAlgorithm))
80
New ParsedSyntaxTree(_lazyText,
_root
, Options, path, Encoding, _checksumAlgorithm))