1 reference to GetAttributesForMethodsToIgnore
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
63
var attributeSetForMethodsToIgnore = ImmutableHashSet.CreateRange(
GetAttributesForMethodsToIgnore
(context.Compilation).WhereNotNull());