3 instantiations of LazySyntaxTree
Microsoft.CodeAnalysis.VisualBasic (3)
Syntax\VisualBasicSyntaxTree.LazySyntaxTree.vb (2)
149
Return New
LazySyntaxTree
(_text, _options, path, _diagnosticOptions)
175
Return New
LazySyntaxTree
(_text, _options, _path, options)
Syntax\VisualBasicSyntaxTree.vb (1)
231
Return New
LazySyntaxTree
(text, If(options, VisualBasicParseOptions.Default), path, Nothing)