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