2 writes to ErrorLogOptions
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1596
ErrorLogOptions
= errorLogOptions,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1510
.
ErrorLogOptions
= errorLogOptions,
6 references to ErrorLogOptions
Microsoft.CodeAnalysis (5)
CommandLine\CommandLineArguments.cs (1)
141
public string? ErrorLogPath =>
ErrorLogOptions
?.Path;
CommandLine\CommonCompiler.cs (4)
709
Debug.Assert(Arguments.
ErrorLogOptions
?.Path != null);
712
var errorLog = OpenFile(Arguments.
ErrorLogOptions
.Path,
730
if (Arguments.
ErrorLogOptions
.SarifVersion == SarifVersion.Sarif1)
762
if (Arguments.
ErrorLogOptions
?.Path != null)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
56
if (Compiler.Arguments.
ErrorLogOptions
?.Path != null)