7 references to SetLastPInvokeError
System.Diagnostics.Process (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadLink.cs (1)
69Marshal.SetLastPInvokeError(error);
System.Private.CoreLib (5)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadLink.cs (1)
69Marshal.SetLastPInvokeError(error);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\CriticalHandle.cs (1)
153Marshal.SetLastPInvokeError(lastError);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeHandle.cs (2)
79Marshal.SetLastPInvokeError(lastError); 268Marshal.SetLastPInvokeError(lastError);
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
203/// invoke that was configured to set the last error or a call to <see cref="SetLastPInvokeError(int)" />.
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.ReadLink.cs (1)
69Marshal.SetLastPInvokeError(error);