1 write to _marshallers
ILCompiler.ReadyToRun (1)
IL\Stubs\PInvokeILEmitter.cs (1)
34_marshallers = Marshaller.GetMarshallersForMethod(targetMethod);
7 references to _marshallers
ILCompiler.ReadyToRun (7)
IL\Stubs\PInvokeILEmitter.cs (7)
43TypeDesc nativeReturnType = _marshallers[0].NativeParameterType; 44TypeDesc[] nativeParameterTypes = new TypeDesc[_marshallers.Length - 1]; 46for (int i = 1; i < _marshallers.Length; i++) 48nativeParameterTypes[i - 1] = _marshallers[i].NativeParameterType; 100for (int i = 0; i < _marshallers.Length; i++) 102_marshallers[i].EmitMarshallingIL(pInvokeILCodeStreams); 116_marshallers[0].LoadReturnValue(cleanupCodestream);