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)
41TypeSystemContext context = _targetMethod.Context; 52_targetMethod.Signature.Flags, 0, nativeReturnType, 55var rawTargetMethod = AllocateTargetNativeMethod(_targetMethod, nativeSig); 75if (MarshalHelpers.ShouldCheckForPendingException(_targetMethod.Context.Target, _importMetadata)) 78if (_targetMethod.IsUnmanagedCallersOnly) 81if (_targetMethod.HasCustomAttribute("System.Runtime.InteropServices", "LCIDConversionAttribute")) 119return new PInvokeILStubMethodIL((ILStubMethodIL)emitter.Link(_targetMethod));