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