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)
275
if (
_hnd
.IsInvalid)
295
_hnd
.Dispose();
309
_hnd
.Dispose();
369
if (
_hnd
!= null)
371
_hnd
.Dispose();
430
if (
_hnd
.IsInvalid)
436
_hnd
.Dispose();
463
if (searchData != null &&
_hnd
!= null)
466
while (Win32Native.FindNextFile(
_hnd
, ref data))
483
if (
_hnd
!= null)
484
_hnd
.Dispose();