3 instantiations of MetadataReportsGenerator
Microsoft.Gen.MetadataExtractor.Unit.Tests (3)
GeneratorTests.cs (3)
60
new
MetadataReportsGenerator
().Execute(defaultGeneralExecutionContext);
217
? new
MetadataReportsGenerator
()
218
: new
MetadataReportsGenerator
(reportFileName);
4 references to MetadataReportsGenerator
Microsoft.Gen.MetadataExtractor (2)
MetadataReportsGenerator.cs (2)
28
/// Initializes a new instance of the <see cref="
MetadataReportsGenerator
"/> class.
36
/// Initializes a new instance of the <see cref="
MetadataReportsGenerator
"/> class.
Microsoft.Gen.MetadataExtractor.Unit.Tests (2)
GeneratorTests.cs (2)
23
/// Tests for the <see cref="
MetadataReportsGenerator
"/>.
216
var
generator = reportFileName is null