2 overrides of GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\LambdaParameterSymbol.cs (1)
45internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations() => OneOrMany.Create(_attributeLists);
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (1)
69internal override OneOrMany<SyntaxList<AttributeListSyntax>> GetAttributeDeclarations()
2 references to GetAttributeDeclarations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
588var attributeSyntax = this.GetAttributeDeclarations(); 607return BindAttributes(GetAttributeDeclarations(), WithTypeParametersBinderOpt);