1 instantiation of PInvokeILStubMethodIL
ILCompiler.ReadyToRun (1)
IL\Stubs\PInvokeILEmitter.cs (1)
119
return new
PInvokeILStubMethodIL
((ILStubMethodIL)emitter.Link(_targetMethod));
1 reference to PInvokeILStubMethodIL
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3289
return ((
PInvokeILStubMethodIL
)stubIL).IsMarshallingRequired;