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)
43
TypeDesc nativeReturnType =
_marshallers
[0].NativeParameterType;
44
TypeDesc[] nativeParameterTypes = new TypeDesc[
_marshallers
.Length - 1];
46
for (int i = 1; i <
_marshallers
.Length; i++)
48
nativeParameterTypes[i - 1] =
_marshallers
[i].NativeParameterType;
100
for (int i = 0; i <
_marshallers
.Length; i++)
102
_marshallers
[i].EmitMarshallingIL(pInvokeILCodeStreams);
116
_marshallers
[0].LoadReturnValue(cleanupCodestream);