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