8 references to ErrorLogOptionFormat
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
1294
AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString,
ErrorLogOptionFormat
, RemoveQuotesAndSlashes(arg));
1301
AddDiagnostic(diagnostics, ErrorCode.ERR_BadSwitchValue, valueMemory.Value.ToString(), "/errorlog:",
ErrorLogOptionFormat
);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (6)
CommandLineTests.cs (6)
4176
Diagnostic(ErrorCode.ERR_SwitchNeedsString).WithArguments(CSharpCommandLineParser.
ErrorLogOptionFormat
, "/errorlog:"));
4183
Diagnostic(ErrorCode.ERR_SwitchNeedsString).WithArguments(CSharpCommandLineParser.
ErrorLogOptionFormat
, "/errorlog:"));
4190
Diagnostic(ErrorCode.ERR_SwitchNeedsString).WithArguments(CSharpCommandLineParser.
ErrorLogOptionFormat
, "/errorlog"));
4277
Diagnostic(ErrorCode.ERR_BadSwitchValue).WithArguments(invalidSarifVersion, "/errorlog:", CSharpCommandLineParser.
ErrorLogOptionFormat
));
4287
Diagnostic(ErrorCode.ERR_BadSwitchValue).WithArguments(InvalidErrorLogQualifier, "/errorlog:", CSharpCommandLineParser.
ErrorLogOptionFormat
));
4296
Diagnostic(ErrorCode.ERR_BadSwitchValue).WithArguments(TooManyErrorLogQualifiers, "/errorlog:", CSharpCommandLineParser.
ErrorLogOptionFormat
));