19 references to ERR_SwitchNeedsNumber
Microsoft.CodeAnalysis.CSharp (9)
CommandLine\CSharpCommandLineParser.cs (8)
237AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, nameMemory.ToString());
243AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, nameMemory.ToString());
917AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
938AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
965AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
973AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1107AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1208AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (10)