2 overrides of IsAttributeListWithAssemblyAttributes
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
84
protected override bool
IsAttributeListWithAssemblyAttributes
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeFixes\Suppression\VisualBasicSuppressionCodeFixProvider.vb (1)
102
Protected Overrides Function
IsAttributeListWithAssemblyAttributes
(node As SyntaxNode) As Boolean
1 reference to IsAttributeListWithAssemblyAttributes
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.AbstractGlobalSuppressMessageCodeAction.cs (1)
86
if (r.ChildNodes().All(n => syntaxFacts.IsUsingOrExternOrImport(n) || Fixer.
IsAttributeListWithAssemblyAttributes
(n)))