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