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