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