2 references to GetMarshallersForMethod
ILCompiler.ReadyToRun (2)
IL\Stubs\PInvokeILEmitter.cs (1)
34
_marshallers = Marshaller.
GetMarshallersForMethod
(targetMethod);
Interop\IL\Marshaller.ReadyToRun.cs (1)
123
var marshallers =
GetMarshallersForMethod
(targetMethod);