3 references to ParseOptions
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (3)
SyntaxHelpers.vb (3)
163
Using scanner As New InternalSyntax.Scanner(source,
ParseOptions
, isScanningForExpressionCompiler:=True) ' NOTE: Default options should be enough
175
Using scanner As New InternalSyntax.Scanner(text,
ParseOptions
, isScanningForExpressionCompiler:=True) ' NOTE: Default options should be enough
187
Return VisualBasicSyntaxTree.CreateForDebugger(DirectCast(root.CreateRed(Nothing, 0), VisualBasicSyntaxNode), text,
ParseOptions
)