8 references to ErrorLogOptionFormat
Microsoft.CodeAnalysis.CSharp (2)
CommandLine\CSharpCommandLineParser.cs (2)
1264
AddDiagnostic(diagnostics, ErrorCode.ERR_SwitchNeedsString,
ErrorLogOptionFormat
, RemoveQuotesAndSlashes(arg));
1271
AddDiagnostic(diagnostics, ErrorCode.ERR_BadSwitchValue, valueMemory.Value.ToString(), "/errorlog:",
ErrorLogOptionFormat
);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (6)
CommandLineTests.cs (6)
4161
Diagnostic(ErrorCode.ERR_SwitchNeedsString).WithArguments(CSharpCommandLineParser.
ErrorLogOptionFormat
, "/errorlog:"));
4168
Diagnostic(ErrorCode.ERR_SwitchNeedsString).WithArguments(CSharpCommandLineParser.
ErrorLogOptionFormat
, "/errorlog:"));
4175
Diagnostic(ErrorCode.ERR_SwitchNeedsString).WithArguments(CSharpCommandLineParser.
ErrorLogOptionFormat
, "/errorlog"));
4262
Diagnostic(ErrorCode.ERR_BadSwitchValue).WithArguments(invalidSarifVersion, "/errorlog:", CSharpCommandLineParser.
ErrorLogOptionFormat
));
4272
Diagnostic(ErrorCode.ERR_BadSwitchValue).WithArguments(InvalidErrorLogQualifier, "/errorlog:", CSharpCommandLineParser.
ErrorLogOptionFormat
));
4281
Diagnostic(ErrorCode.ERR_BadSwitchValue).WithArguments(TooManyErrorLogQualifiers, "/errorlog:", CSharpCommandLineParser.
ErrorLogOptionFormat
));