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