19 references to ERR_SwitchNeedsNumber
Microsoft.CodeAnalysis.CSharp (9)
CommandLine\CSharpCommandLineParser.cs (8)
238AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, nameMemory.ToString());
244AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, nameMemory.ToString());
930AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
951AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
978AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
986AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1120AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1221AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (10)