1 write to _targetMethod
ILCompiler.ReadyToRun (1)
IL\Stubs\PInvokeILEmitter.cs (1)
32
_targetMethod
= targetMethod;
7 references to _targetMethod
ILCompiler.ReadyToRun (7)
IL\Stubs\PInvokeILEmitter.cs (7)
41
TypeSystemContext context =
_targetMethod
.Context;
52
_targetMethod
.Signature.Flags, 0, nativeReturnType,
55
var rawTargetMethod = AllocateTargetNativeMethod(
_targetMethod
, nativeSig);
75
if (MarshalHelpers.ShouldCheckForPendingException(
_targetMethod
.Context.Target, _importMetadata))
78
if (
_targetMethod
.IsUnmanagedCallersOnly)
81
if (
_targetMethod
.HasCustomAttribute("System.Runtime.InteropServices", "LCIDConversionAttribute"))
119
return new PInvokeILStubMethodIL((ILStubMethodIL)emitter.Link(
_targetMethod
));