7 references to FindFirstFile
mscorlib (7)
system\io\directory.cs (1)
1372
using (SafeFindHandle hnd = Win32Native.
FindFirstFile
(fullPath + Path.DirectorySeparatorCharAsString + "*", ref data)) {
system\io\file.cs (1)
1374
SafeFindHandle handle = Win32Native.
FindFirstFile
(tempPath, ref findData);
system\io\filesystemenumerable.cs (3)
273
_hnd = Win32Native.
FindFirstFile
(searchPath, ref data);
429
_hnd = Win32Native.
FindFirstFile
(searchPath, ref data);
533
hnd = Win32Native.
FindFirstFile
(searchPath, ref data);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2463
SafeFindHandle hnd = Win32Native.
FindFirstFile
(Path.AddLongPathPrefix(fullPath), ref data);
system\io\longpath.cs (1)
751
using (SafeFindHandle hnd = Win32Native.
FindFirstFile
(searchPath, ref data))