1 write to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
66_underlyingMethod = underlyingMethod;
20 references to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (20)
Symbols\Retargeting\RetargetingMethodSymbol.cs (20)
89return _underlyingMethod; 106this.RetargetingTranslator.Retarget(_underlyingMethod.TypeParameters), default(ImmutableArray<TypeParameterSymbol>)); 129public override bool IsAsync => _underlyingMethod.IsAsync; 140new TypeWithAnnotations.Boxed(this.RetargetingTranslator.Retarget(_underlyingMethod.ReturnTypeWithAnnotations, RetargetOptions.RetargetPrimitiveTypesByTypeCode, this.ContainingType)), 151return RetargetingTranslator.RetargetModifiers(_underlyingMethod.RefCustomModifiers, ref _lazyRefCustomModifiers); 170var list = _underlyingMethod.Parameters; 194var associatedPropertyOrEvent = _underlyingMethod.AssociatedSymbol; 203return this.RetargetingTranslator.Retarget(_underlyingMethod.ContainingSymbol); 211return _retargetingModule.RetargetingTranslator.Retarget(_underlyingMethod.ReturnValueMarshallingInformation); 217return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingMethod.GetAttributes(), ref _lazyCustomAttributes); 222return this.RetargetingTranslator.RetargetAttributes(_underlyingMethod.GetCustomAttributesToEmit(moduleBuilder)); 228return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingMethod.GetReturnTypeAttributes(), ref _lazyReturnTypeCustomAttributes); 236var data = _underlyingMethod.GetUnmanagedCallersOnlyAttributeData(forceComplete); 267if (!_underlyingMethod.TryGetThisParameter(out var underlyingParameter)) 280=> _underlyingMethod.TryGetOverloadResolutionPriority(); 301get { return _underlyingMethod.IsExplicitInterfaceImplementation; } 321var impls = _underlyingMethod.ExplicitInterfaceImplementations; 352_underlyingMethod.RequiresExplicitOverride(out _) 353? this.RetargetingTranslator.Retarget(_underlyingMethod.OverriddenMethod, MemberSignatureComparer.RetargetedExplicitImplementationComparer) 391if (_underlyingMethod.HasAsyncMethodBuilderAttribute(out builderArgument))