7 references to WIN32_FIND_DATA
System.Web (7)
UnsafeNativeMethods.cs (2)
218string pFileName, out WIN32_FIND_DATA pFindFileData); 222IntPtr hndFindFile, out WIN32_FIND_DATA pFindFileData);
Util\FileEnumerator.cs (1)
68protected UnsafeNativeMethods.WIN32_FIND_DATA _wfd;
Util\FileUtil.cs (4)
433UnsafeNativeMethods.WIN32_FIND_DATA wfd; 502UnsafeNativeMethods.WIN32_FIND_DATA fd; 540internal FindFileData(ref UnsafeNativeMethods.WIN32_FIND_DATA wfd) { 609internal FileAttributesData(ref UnsafeNativeMethods.WIN32_FIND_DATA wfd) {