1 write to _path
System.Web (1)
Util\FileEnumerator.cs (1)
99_path = Path.GetFullPath(path);
2 references to _path
System.Web (2)
Util\FileEnumerator.cs (2)
75get { return _path + @"\" + _wfd.cFileName; } 125_hFindFile = UnsafeNativeMethods.FindFirstFile(_path + @"\*.*", out _wfd);