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