16 references to cFileName
mscorlib (16)
system\io\directory.cs (2)
1390string fileName = data.cFileName; 1447string fileName = data.cFileName;
system\io\filesystemenumerable.cs (4)
554string fileName = data.cFileName; 677=> Path.CombineNoChecks(searchData.userPath, findData.cFileName); 694string fileName = findData.cFileName; 723string fileName = findData.cFileName;
system\io\isolatedstorage\isolatedstoragefile.cs (2)
2488list[listSize++] = data.cFileName; 2504sa[0] = data.cFileName;
system\io\longpath.cs (8)
775String newFullPath = LongPath.InternalCombine(fullPath, data.cFileName); 776String newUserPath = LongPath.InternalCombine(userPath, data.cFileName); 796String mountPoint = LongPath.InternalCombine(fullPath, data.cFileName + Path.DirectorySeparatorChar); 805__Error.WinIOError(hr, data.cFileName); 820String reparsePoint = LongPath.InternalCombine(fullPath, data.cFileName); 829__Error.WinIOError(hr, data.cFileName); 844String fileName = LongPath.InternalCombine(fullPath, data.cFileName); 853__Error.WinIOError(hr, data.cFileName);