3 writes to nativeOverlapped
System.ServiceModel (3)
System\ServiceModel\Channels\MsmqQueue.cs (3)
805nativeOverlapped = new Overlapped(0, 0, IntPtr.Zero, this).UnsafePack(onPortedCompletion, this.message.GetBuffersForAsync()); 837nativeOverlapped = null; 861result.nativeOverlapped = null;
6 references to nativeOverlapped
System.ServiceModel (6)
System\ServiceModel\Channels\MsmqQueue.cs (6)
778if (null != this.nativeOverlapped 782Overlapped.Free(this.nativeOverlapped); 799if (null != nativeOverlapped) 813this.action, nativeOverlapped, null); 822this.action, nativeOverlapped, onNonPortedCompletion); 836Overlapped.Free(nativeOverlapped);