5 references to TryRetrieveOptionsValue
Microsoft.Gen.MetadataExtractor (5)
ComplianceReportsGenerator.cs (1)
85_directory ??= GeneratorUtilities.TryRetrieveOptionsValue(options, ComplianceReportOutputPathMSBuildProperty, out var reportOutputPath)
GeneratorUtilities.cs (2)
152if (!TryRetrieveOptionsValue(options, CompilationOutputPath, out var compilationOutputPath)) 164return TryRetrieveOptionsValue(options, CurrentProjectPath, out var currentProjectPath)
MetadataReportsGenerator.cs (1)
75var path = GeneratorUtilities.TryRetrieveOptionsValue(options, ReportOutputPathMSBuildProperty, out var reportOutputPath)
MetricsReportsGenerator.cs (1)
49var path = GeneratorUtilities.TryRetrieveOptionsValue(options, ReportOutputPath, out var reportOutputPath)