2 writes to _hnd
mscorlib (2)
system\io\filesystemenumerable.cs (2)
273_hnd = Win32Native.FindFirstFile(searchPath, ref data); 429_hnd = Win32Native.FindFirstFile(searchPath, ref data);
11 references to _hnd
mscorlib (11)
system\io\filesystemenumerable.cs (11)
275if (_hnd.IsInvalid) 295_hnd.Dispose(); 309_hnd.Dispose(); 369if (_hnd != null) 371_hnd.Dispose(); 430if (_hnd.IsInvalid) 436_hnd.Dispose(); 463if (searchData != null && _hnd != null) 466while (Win32Native.FindNextFile(_hnd, ref data)) 483if (_hnd != null) 484_hnd.Dispose();