6 references to InternalCombine
mscorlib (6)
system\io\directoryinfo.cs (1)
241String newDirs = Path.InternalCombine(FullPath, path);
system\io\filesystemenumerable.cs (4)
268String searchPath = Path.InternalCombine(searchData.fullPath, searchCriteria); 426String searchPath = Path.InternalCombine(searchData.fullPath, searchCriteria); 527String searchPath = Path.InternalCombine(localSearchData.fullPath, "*"); 638String tempStr = Path.InternalCombine(fullPath, searchPattern);
system\io\longpath.cs (1)
66String tempResult = Path.InternalCombine(tempPath1, path2);