2 references to GetMarshallersForSignature
ILCompiler.ReadyToRun (2)
Interop\IL\Marshaller.ReadyToRun.cs (2)
135
Marshaller[] marshallers =
GetMarshallersForSignature
(methodSig, System.Array.Empty<ParameterMetadata>(), moduleContext);
147
Marshaller[] marshallers =
GetMarshallersForSignature
(methodSig, paramMetadata, moduleContext);