2 references to Emit
Microsoft.Gen.MetadataExtractor (2)
MetadataReportsGenerator.cs (1)
158
string report = emitter.
Emit
(classifiedTypes, context.Compilation.AssemblyName!, false);
src\Generators\Microsoft.Gen.ComplianceReports\ComplianceReportsGenerator.cs (1)
80
string report = emitter.
Emit
(classifiedTypes, context.Compilation.AssemblyName!);