1 write to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
66_underlyingMethod = underlyingMethod;
18 references to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Retargeting\RetargetingMethodSymbol.cs (18)
89return _underlyingMethod; 106this.RetargetingTranslator.Retarget(_underlyingMethod.TypeParameters), default(ImmutableArray<TypeParameterSymbol>)); 136new TypeWithAnnotations.Boxed(this.RetargetingTranslator.Retarget(_underlyingMethod.ReturnTypeWithAnnotations, RetargetOptions.RetargetPrimitiveTypesByTypeCode, this.ContainingType)), 147return RetargetingTranslator.RetargetModifiers(_underlyingMethod.RefCustomModifiers, ref _lazyRefCustomModifiers); 166var list = _underlyingMethod.Parameters; 190var associatedPropertyOrEvent = _underlyingMethod.AssociatedSymbol; 199return this.RetargetingTranslator.Retarget(_underlyingMethod.ContainingSymbol); 207return _retargetingModule.RetargetingTranslator.Retarget(_underlyingMethod.ReturnValueMarshallingInformation); 213return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingMethod.GetAttributes(), ref _lazyCustomAttributes); 218return this.RetargetingTranslator.RetargetAttributes(_underlyingMethod.GetCustomAttributesToEmit(moduleBuilder)); 224return this.RetargetingTranslator.GetRetargetedAttributes(_underlyingMethod.GetReturnTypeAttributes(), ref _lazyReturnTypeCustomAttributes); 232var data = _underlyingMethod.GetUnmanagedCallersOnlyAttributeData(forceComplete); 261if (!_underlyingMethod.TryGetThisParameter(out var underlyingParameter)) 292get { return _underlyingMethod.IsExplicitInterfaceImplementation; } 312var impls = _underlyingMethod.ExplicitInterfaceImplementations; 343_underlyingMethod.RequiresExplicitOverride(out _) 344? this.RetargetingTranslator.Retarget(_underlyingMethod.OverriddenMethod, MemberSignatureComparer.RetargetedExplicitImplementationComparer) 382if (_underlyingMethod.HasAsyncMethodBuilderAttribute(out builderArgument))