2 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
);