19 references to ERR_SwitchNeedsNumber
Microsoft.CodeAnalysis.CSharp (9)
CommandLine\CSharpCommandLineParser.cs (8)
234AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, nameMemory.ToString());
240AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, nameMemory.ToString());
898AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
919AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
946AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
954AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1088AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1189AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (10)