1 write to _handle
mscorlib (1)
system\io\filestream.cs (1)
140_handle = handle;
3 references to _handle
mscorlib (3)
system\io\filestream.cs (3)
372Contract.Assert(_handle != null, "_handle should not be null."); 378if (_handle.IsInvalid) 381bool r = Win32Native.CancelIoEx(_handle, _overlapped);