5 references to UnderlyingMethodSignature
Microsoft.CodeAnalysis (5)
Emit\NoPia\CommonEmbeddedMethod.cs (5)
283
Cci.CallingConvention Cci.ISignature.CallingConvention =>
UnderlyingMethodSignature
.CallingConvention;
293
UnderlyingMethodSignature
.RefCustomModifiers;
296
UnderlyingMethodSignature
.ReturnValueCustomModifiers;
298
bool Cci.ISignature.ReturnValueIsByRef =>
UnderlyingMethodSignature
.ReturnValueIsByRef;
302
return
UnderlyingMethodSignature
.GetType(context);