3 references to ERR_SubRequiresSingleStatement
Microsoft.CodeAnalysis.VisualBasic (3)
Errors\ErrorFacts.vb (1)
1181
ERRID.
ERR_SubRequiresSingleStatement
,
Parser\BlockContexts\SingleLineLambdaContext.vb (2)
48
lambdaExpr = Parser.ReportSyntaxError(lambdaExpr, ERRID.
ERR_SubRequiresSingleStatement
)
81
_statements(0) = Parser.ReportSyntaxError(_statements(0), ERRID.
ERR_SubRequiresSingleStatement
)