2 instantiations of CSharpAssemblyDocumentGeneratorOptions
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
175CSharpAssemblyDocumentGeneratorOptions options = new(loader, _symbolFilter, _attributeSymbolFilter)
Microsoft.DotNet.GenAPI (1)
CSharpFileBuilder.cs (1)
50CSharpAssemblyDocumentGeneratorOptions options = new(loader, symbolFilter, attributeDataSymbolFilter)
4 references to CSharpAssemblyDocumentGeneratorOptions
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
175CSharpAssemblyDocumentGeneratorOptions options = new(loader, _symbolFilter, _attributeSymbolFilter)
Microsoft.DotNet.GenAPI (3)
CSharpAssemblyDocumentGenerator.cs (2)
28private readonly CSharpAssemblyDocumentGeneratorOptions _options; 38public CSharpAssemblyDocumentGenerator(ILog log, CSharpAssemblyDocumentGeneratorOptions options)
CSharpFileBuilder.cs (1)
50CSharpAssemblyDocumentGeneratorOptions options = new(loader, symbolFilter, attributeDataSymbolFilter)