1 write to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
66_underlyingMethod = underlyingMethod;
19 references to _underlyingMethod
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Retargeting\RetargetingMethodSymbol.cs (19)
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)) 274=> _underlyingMethod.TryGetOverloadResolutionPriority(); 295get { return _underlyingMethod.IsExplicitInterfaceImplementation; } 315var impls = _underlyingMethod.ExplicitInterfaceImplementations; 346_underlyingMethod.RequiresExplicitOverride(out _) 347? this.RetargetingTranslator.Retarget(_underlyingMethod.OverriddenMethod, MemberSignatureComparer.RetargetedExplicitImplementationComparer) 385if (_underlyingMethod.HasAsyncMethodBuilderAttribute(out builderArgument))