1 write to _underlyingMethod
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EECompilationContextMethod.cs (1)
40
_underlyingMethod
= underlyingMethod.ConstructIfGeneric(TypeArgumentsWithAnnotations);
10 references to _underlyingMethod
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (10)
Symbols\EECompilationContextMethod.cs (10)
41
_parameters = SynthesizedParameterSymbol.DeriveParameters(
_underlyingMethod
, this);
44
public override MethodSymbol UnderlyingMethod =>
_underlyingMethod
;
61
public override TypeWithAnnotations ReturnTypeWithAnnotations =>
_underlyingMethod
.ReturnTypeWithAnnotations;
65
public override ImmutableArray<CustomModifier> RefCustomModifiers =>
_underlyingMethod
.RefCustomModifiers;
67
public override Symbol? AssociatedSymbol =>
_underlyingMethod
.AssociatedSymbol;
69
public override Symbol ContainingSymbol =>
_underlyingMethod
.ContainingSymbol;
73
return
_underlyingMethod
.CalculateLocalSyntaxOffset(localPosition, localTree);
78
return
_underlyingMethod
.GetUnmanagedCallersOnlyAttributeData(forceComplete);
83
return
_underlyingMethod
.IsNullableAnalysisEnabled();
91
if (!
_underlyingMethod
.TryGetThisParameter(out underlyingThisParameter))