6 references to GetOverlappedFromNative
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\NativeRuntimeEventSource.Threading.NativeSinks.cs (3)
234
IntPtr overlapped = (IntPtr)Overlapped.
GetOverlappedFromNative
(nativeOverlapped).GetHashCode();
275
IntPtr overlapped = (IntPtr)Overlapped.
GetOverlappedFromNative
(nativeOverlapped).GetHashCode();
314
IntPtr overlapped = (IntPtr)Overlapped.
GetOverlappedFromNative
(nativeOverlapped).GetHashCode();
src\libraries\System.Private.CoreLib\src\System\Threading\IOCompletionCallbackHelper.cs (1)
36
Overlapped overlapped = Overlapped.
GetOverlappedFromNative
(pNativeOverlapped);
src\libraries\System.Private.CoreLib\src\System\Threading\Overlapped.cs (2)
118
return
GetOverlappedFromNative
(nativeOverlappedPtr);
126
GetOverlappedFromNative
(nativeOverlappedPtr)._pNativeOverlapped = null;