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); 44public override MethodSymbol UnderlyingMethod => _underlyingMethod; 61public override TypeWithAnnotations ReturnTypeWithAnnotations => _underlyingMethod.ReturnTypeWithAnnotations; 65public override ImmutableArray<CustomModifier> RefCustomModifiers => _underlyingMethod.RefCustomModifiers; 67public override Symbol? AssociatedSymbol => _underlyingMethod.AssociatedSymbol; 69public override Symbol ContainingSymbol => _underlyingMethod.ContainingSymbol; 73return _underlyingMethod.CalculateLocalSyntaxOffset(localPosition, localTree); 78return _underlyingMethod.GetUnmanagedCallersOnlyAttributeData(forceComplete); 83return _underlyingMethod.IsNullableAnalysisEnabled(); 91if (!_underlyingMethod.TryGetThisParameter(out underlyingThisParameter))