2 writes to nativeOverlapped
System.ServiceModel (2)
System\ServiceModel\Channels\OverlappedContext.cs (2)
64
this.
nativeOverlapped
= this.overlapped.UnsafePack(OverlappedContext.completeCallback, this.bufferHolder);
127
this.
nativeOverlapped
= null;
10 references to nativeOverlapped
System.ServiceModel (10)
System\ServiceModel\Channels\OverlappedContext.cs (10)
67
this.pinnedHandle = GCHandle.FromIntPtr(*((IntPtr*)
nativeOverlapped
+
79
if (this.
nativeOverlapped
!= null && !AppDomain.CurrentDomain.IsFinalizingForUnload() && !Environment.HasShutdownStarted)
95
Overlapped.Free(this.
nativeOverlapped
);
114
if (this.
nativeOverlapped
== null)
126
NativeOverlapped* nativePtr = this.
nativeOverlapped
;
177
if (this.
nativeOverlapped
== null)
245
if (this.
nativeOverlapped
== null)
282
if (!UnsafeNativeMethods.HasOverlappedIoCompleted(this.
nativeOverlapped
))
348
NativeOverlapped* ptr = this.
nativeOverlapped
;
452
Overlapped.Free(pThis.
nativeOverlapped
);