2 references to IsMarshallingRequired
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
715
return !Marshaller.
IsMarshallingRequired
(method);
IL\Stubs\PInvokeILEmitter.cs (1)
145
IsMarshallingRequired = Marshaller.
IsMarshallingRequired
(methodIL.OwningMethod);