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