9 references to ERR_CommentsAfterLineContinuationNotAvailable1
Microsoft.CodeAnalysis.VisualBasic (2)
Errors\ErrorFacts.vb (1)
1345
ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
,
Scanner\Scanner.vb (1)
579
comment = comment.WithDiagnostics({ErrorFactory.ErrorInfo(ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
,
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (7)
Parser\ParseDirectives.vb (4)
2358
Assert.Equal(37306, ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
)
2380
Assert.Equal(37306, ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
)
2444
Assert.Equal(37306, ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
)
2468
Assert.Equal(37306, ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
)
Parser\ParseStatements.vb (2)
8500
Diagnostic(ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
, "' Comment").WithLocation(4, 36).WithArguments("16")
8516
Diagnostic(ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
, "' Comment").WithLocation(4, 36).WithArguments("16")
Scanner\ScannerTests.vb (1)
842
Assert.Equal(ERRID.
ERR_CommentsAfterLineContinuationNotAvailable1
, tk.Errors.First().Code)