4 references to NativeOverlapped
System (4)
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (4)
211
GlobalLog.Print("BaseOverlappedAsyncResult#" + ValidationHelper.HashString(this) + "::EnableCompletionPort() overlapped:" + ValidationHelper.HashString(m_Cache.Overlapped) + " NativeOverlapped = " + m_Cache.
NativeOverlapped
.DangerousGetHandle().ToString("x"));
317
Debug.Assert((IntPtr)nativeOverlapped == asyncResult.m_Cache.
NativeOverlapped
.DangerousGetHandle(), "Handle mismatch");
363
asyncResult.m_Cache.
NativeOverlapped
,
578
return m_Cache == null ? SafeNativeOverlapped.Zero : m_Cache.
NativeOverlapped
;