4 overrides of BoundAttributesSource
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
433
protected override SourceMemberMethodSymbol
BoundAttributesSource
=> _invoke;
Symbols\Source\SourceOrdinaryMethodSymbolBase.cs (1)
197
protected abstract override SourceMemberMethodSymbol
BoundAttributesSource
{ get; }
Symbols\Synthesized\Records\SynthesizedRecordEqualityOperatorBase.cs (1)
52
protected sealed override SourceMemberMethodSymbol?
BoundAttributesSource
=> null;
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
42
protected override SourceMemberMethodSymbol
BoundAttributesSource
1 reference to BoundAttributesSource
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
268
var copyFrom = this.
BoundAttributesSource
;