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)
52Return _root.FullSpan.Length 63Return _root 67root = _root 72Return If(ReferenceEquals(root, _root) AndAlso options = Me.Options, 74New ParsedSyntaxTree(If(ReferenceEquals(root, _root), _lazyText, Nothing), DirectCast(root, VisualBasicSyntaxNode), DirectCast(options, VisualBasicParseOptions), FilePath, Encoding, _checksumAlgorithm)) 80New ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm))