1 write to _outputPath
Aspire.Hosting (1)
Pipelines\PipelineOutputService.cs (1)
40
_outputPath
= options.Value.OutputPath is not null ? Path.GetFullPath(options.Value.OutputPath) : null;
2 references to _outputPath
Aspire.Hosting (2)
Pipelines\PipelineOutputService.cs (2)
41
_defaultOutputPath =
_outputPath
is null
71
return
_outputPath
?? _defaultOutputPath;