Base:
property
UnderlyingMethod
Microsoft.CodeAnalysis.CSharp.Symbols.WrappedMethodSymbol.UnderlyingMethod
10 references to UnderlyingMethod
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Conversions.cs (1)
1335
Method: SynthesizedCollectionBuilderProjectedMethodSymbol {
UnderlyingMethod
: var underlyingMethod }
SymbolDisplay\SymbolDisplay.cs (1)
285
symbol = projectedMethod.
UnderlyingMethod
.ISymbol;
Symbols\Synthesized\SynthesizedCollectionBuilderProjectedMethodSymbol.cs (8)
43
=> this.
UnderlyingMethod
.GetAttributes();
45
public override Symbol ContainingSymbol => this.
UnderlyingMethod
.ContainingSymbol;
46
public override ImmutableArray<CustomModifier> RefCustomModifiers => this.
UnderlyingMethod
.RefCustomModifiers;
47
public override TypeWithAnnotations ReturnTypeWithAnnotations => this.
UnderlyingMethod
.ReturnTypeWithAnnotations;
52
/// original <see cref="
UnderlyingMethod
"/> this points at directly in <see
59
/// method. Instead, we will then report the error on the original <see cref="
UnderlyingMethod
"/> this points at
90
var parameters = this.
UnderlyingMethod
.Parameters;
103
=> this.
UnderlyingMethod
.TryGetOverloadResolutionPriority();