1 write to IsMarshallingRequired
ILCompiler.ReadyToRun (1)
IL\Stubs\PInvokeILEmitter.cs (1)
145
IsMarshallingRequired
= Marshaller.IsMarshallingRequired(methodIL.OwningMethod);
1 reference to IsMarshallingRequired
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3289
return ((PInvokeILStubMethodIL)stubIL).
IsMarshallingRequired
;