Base:
property
UnderlyingMethod
Microsoft.CodeAnalysis.CSharp.Symbols.WrappedMethodSymbol.UnderlyingMethod
12 references to UnderlyingMethod
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder_Conversions.cs (1)
1385
Method: SynthesizedCollectionBuilderProjectedMethodSymbol {
UnderlyingMethod
: var underlyingMethod }
SymbolDisplay\SymbolDisplay.cs (1)
285
symbol = projectedMethod.
UnderlyingMethod
.ISymbol;
Symbols\Synthesized\SynthesizedCollectionBuilderProjectedMethodSymbol.cs (10)
43
=> this.
UnderlyingMethod
.GetAttributes();
45
public override Symbol ContainingSymbol => this.
UnderlyingMethod
.ContainingSymbol;
46
public override bool IsAsync => this.
UnderlyingMethod
.IsAsync;
47
public override ImmutableArray<CustomModifier> RefCustomModifiers => this.
UnderlyingMethod
.RefCustomModifiers;
48
public override TypeWithAnnotations ReturnTypeWithAnnotations => this.
UnderlyingMethod
.ReturnTypeWithAnnotations;
54
/// original <see cref="
UnderlyingMethod
"/> this points at directly in <see
61
/// method. Instead, we will then report the error on the original <see cref="
UnderlyingMethod
"/> this points at
67
/// Similarly to <see cref="ObsoleteAttributeData"/>, we report caller-unsafe errors on the <see cref="
UnderlyingMethod
"/> instead.
97
var parameters = this.
UnderlyingMethod
.Parameters;
110
=> this.
UnderlyingMethod
.TryGetOverloadResolutionPriority();