1 reference to _attributeSetForMethodsToIgnore
Microsoft.CodeAnalysis.CodeStyle (1)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
241
if (method.GetAttributes().Any(static (a, self) => a.AttributeClass is { } attributeClass && self.
_attributeSetForMethodsToIgnore
.Contains(attributeClass), this))