3 instantiations of ParsedSyntaxTree
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (2)
79New ParsedSyntaxTree( 91New ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm))
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.vb (1)
78Return New ParsedSyntaxTree(text, DirectCast(root, VisualBasicSyntaxNode), DirectCast(options, VisualBasicParseOptions), filePath, encoding, checksumAlgorithm)