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