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