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