27 references to ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_InterpolatedString.cs (1)
83
ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
,
Errors\ErrorFacts.cs (1)
2165
case ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (25)
LexicalAndXml\LexicalErrorTests.cs (23)
483
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 23));
505
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 28));
528
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(8, 23));
550
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 30));
573
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(8, 28));
597
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(9, 23));
620
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(8, 28));
643
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(8, 28));
666
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(8, 39));
878
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 27));
947
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 27));
997
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 23));
1019
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 27));
1073
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(9, 23));
1097
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(9, 27));
1122
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(10, 23));
1172
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(7, 41));
1226
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(9, 31));
1251
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(10, 27));
1307
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(10, 23));
1333
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(11, 23));
1440
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(8, 23));
1483
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("10.0", "11.0").WithLocation(8, 34));
Parsing\RawInterpolatedStringLiteralCompilingTests.cs (1)
294
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("9.0", "11.0").WithLocation(7, 4));
Parsing\RawStringLiteralCompilingTests.cs (1)
222
Diagnostic(ErrorCode.
ERR_NewlinesAreNotAllowedInsideANonVerbatimInterpolatedString
, "}").WithArguments("9.0", "11.0").WithLocation(7, 4));