1 implementation of ShouldExclude
Microsoft.DotNet.ApiCompat.Core (1)
Rules\Compat\AttributeDifference.cs (1)
198public bool ShouldExclude(string attributeDocID)
3 references to ShouldExclude
Microsoft.DotNet.ApiCompat.Core (3)
Rules\Compat\AttributeDifference.cs (3)
130if (AttributeFilter.ShouldExclude(type.DocId())) 144if (AttributeFilter.ShouldExclude(type.DocId())) 161if (AttributeFilter.ShouldExclude(type.DocId()))