1 override of UnderlyingMethodSignature
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedMethod.cs (1)
191
protected override Cci.ISignature
UnderlyingMethodSignature
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);