4 writes to InternalLow
mscorlib (2)
system\io\filestream.cs (1)
2086intOverlapped->InternalLow = IntPtr.Zero;
system\threading\overlapped.cs (1)
190m_nativeOverlapped.InternalLow = (IntPtr)0;
System (1)
net\System\Net\_SafeNetHandles.cs (1)
2372((NativeOverlapped*)handleSnapshot)->InternalLow = IntPtr.Zero;
System.Core (1)
System\IO\Pipes\PipeStream.cs (1)
345intOverlapped->InternalLow = IntPtr.Zero;
2 references to InternalLow
System.Messaging (1)
System\Messaging\MessageQueue.cs (1)
3868long msmqError = (long)overlappedPointer->InternalLow;
System.ServiceModel (1)
System\ServiceModel\Channels\UnsafeNativeMethods.cs (1)
620return overlapped->InternalLow != (IntPtr)STATUS_PENDING;