Implemented interface member:
method
IsAttributeList
Microsoft.CodeAnalysis.ISyntaxHelper.IsAttributeList(Microsoft.CodeAnalysis.SyntaxNode)
2 overrides of IsAttributeList
Microsoft.CodeAnalysis.CSharp (1)
SourceGeneration\CSharpSyntaxHelper.cs (1)
39public override bool IsAttributeList(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic (1)
SourceGeneration\VisualBasicSyntaxHelper.vb (1)
41Public Overrides Function IsAttributeList(node As SyntaxNode) As Boolean