1 write to _symbolFilter
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
75
_symbolFilter
= SymbolFilterFactory.GetFilterFromList(apisToExclude ?? [], includeExplicitInterfaceImplementationSymbols: true);
1 reference to _symbolFilter
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
175
CSharpAssemblyDocumentGeneratorOptions options = new(loader,
_symbolFilter
, _attributeSymbolFilter)