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