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