5 references to UnderlyingMethodSignature
Microsoft.CodeAnalysis (5)
Emit\NoPia\CommonEmbeddedMethod.cs (5)
284
Cci.CallingConvention Cci.ISignature.CallingConvention =>
UnderlyingMethodSignature
.CallingConvention;
294
UnderlyingMethodSignature
.RefCustomModifiers;
297
UnderlyingMethodSignature
.ReturnValueCustomModifiers;
299
bool Cci.ISignature.ReturnValueIsByRef =>
UnderlyingMethodSignature
.ReturnValueIsByRef;
303
return
UnderlyingMethodSignature
.GetType(context);