1 write to Path
Microsoft.CodeAnalysis (1)
CommandLine\ErrorLogOptions.cs (1)
36Path = path;
5 references to Path
Microsoft.CodeAnalysis (4)
CommandLine\CommandLineArguments.cs (1)
141public string? ErrorLogPath => ErrorLogOptions?.Path;
CommandLine\CommonCompiler.cs (3)
709Debug.Assert(Arguments.ErrorLogOptions?.Path != null); 712var errorLog = OpenFile(Arguments.ErrorLogOptions.Path, 762if (Arguments.ErrorLogOptions?.Path != null)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
56if (Compiler.Arguments.ErrorLogOptions?.Path != null)