5 references to WRN_TooManyLinesForDebugger
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
365
case ErrorCode.
WRN_TooManyLinesForDebugger
:
1341
or ErrorCode.
WRN_TooManyLinesForDebugger
Generated\ErrorFacts.Generated.cs (1)
95
case ErrorCode.
WRN_TooManyLinesForDebugger
:
Parser\DirectiveParser.cs (1)
393
line = this.AddError(line, ErrorCode.
WRN_TooManyLinesForDebugger
);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\PreprocessorTests.cs (1)
3464
VerifyErrorCode(node, (int)ErrorCode.
WRN_TooManyLinesForDebugger
);