2 instantiations of CSharpAssemblyDocumentGenerator
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
193
CSharpAssemblyDocumentGenerator docGenerator =
new
(_log, options);
Microsoft.DotNet.GenAPI (1)
CSharpFileBuilder.cs (1)
64
_docGenerator = new
CSharpAssemblyDocumentGenerator
(log, options);
4 references to CSharpAssemblyDocumentGenerator
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
193
CSharpAssemblyDocumentGenerator
docGenerator = new(_log, options);
Microsoft.DotNet.GenAPI (3)
CSharpAssemblyDocumentGenerator.cs (1)
34
/// Initializes a new instance of the <see cref="
CSharpAssemblyDocumentGenerator
"/> class.
CSharpAssemblyDocumentGeneratorOptions.cs (1)
14
/// Options for generating C# assembly documents with <see cref="
CSharpAssemblyDocumentGenerator
" />, allowing customization of various aspects of the generation process.
CSharpFileBuilder.cs (1)
22
private readonly
CSharpAssemblyDocumentGenerator
_docGenerator;