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