3 references to TryRetrieveOptionsValue
Microsoft.Gen.MetricsReports (3)
MetricsReportsGenerator.cs (1)
64
var path = GeneratorUtilities.
TryRetrieveOptionsValue
(options, ReportOutputPath, out var reportOutputPath)
src\Generators\Shared\GeneratorUtilities.cs (2)
153
if (!
TryRetrieveOptionsValue
(options, CompilationOutputPath, out var compilationOutputPath))
165
return
TryRetrieveOptionsValue
(options, CurrentProjectPath, out var currentProjectPath)