3 writes to nativeOverlapped
System.IO.Log (3)
System\IO\Log\OverlappedAsyncResult.cs (3)
150
this.
nativeOverlapped
= null;
169
this.
nativeOverlapped
= overlapped.UnsafePack(
175
this.
nativeOverlapped
= overlapped.Pack(
4 references to nativeOverlapped
System.IO.Log (4)
System\IO\Log\OverlappedAsyncResult.cs (4)
97
get { return this.
nativeOverlapped
; }
146
if (this.
nativeOverlapped
!= null)
149
Overlapped.Free(this.
nativeOverlapped
);
156
if (this.
nativeOverlapped
!= null)