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());
931AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
952AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
979AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
987AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1121AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
1222AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsNumber, name);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (10)