1 reference to GetAttributesForMethodsToIgnore
Microsoft.CodeAnalysis.Features (1)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.cs (1)
51
var attributeSetForMethodsToIgnore = ImmutableHashSet.CreateRange(
GetAttributesForMethodsToIgnore
(context.Compilation).WhereNotNull());