2 references to 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);