1 write to _attributeSymbolFilter
Microsoft.DotNet.ApiDiff (1)
MemoryOutputDiffGenerator.cs (1)
74
_attributeSymbolFilter
= SymbolFilterFactory.GetFilterFromList(attributesToExclude ?? [], includeExplicitInterfaceImplementationSymbols: true);
3 references to _attributeSymbolFilter
Microsoft.DotNet.ApiDiff (3)
MemoryOutputDiffGenerator.cs (3)
175
CSharpAssemblyDocumentGeneratorOptions options = new(loader, _symbolFilter,
_attributeSymbolFilter
)
517
if (constructor is null || !
_attributeSymbolFilter
.Include(constructor.ContainingType))
660
Debug.Assert(
_attributeSymbolFilter
.Include(attributeConstructorSymbol.ContainingType));