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