1 write to _attributeSetForMethodsToIgnore
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
52
_attributeSetForMethodsToIgnore
= attributeSetForMethodsToIgnore;
1 reference to _attributeSetForMethodsToIgnore
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
249
if (method.GetAttributes().Any(static (a, self) => self.
_attributeSetForMethodsToIgnore
.Contains(a.AttributeClass), this))