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)
372
Contract.Assert(
_handle
!= null, "_handle should not be null.");
378
if (
_handle
.IsInvalid)
381
bool r = Win32Native.CancelIoEx(
_handle
, _overlapped);