17 references to CombineNoChecks
mscorlib (17)
system\io\directory.cs (5)
1394
String newFullPath = Path.
CombineNoChecks
(fullPath, fileName);
1395
String newUserPath = Path.
CombineNoChecks
(userPath, fileName);
1410
String mountPoint = Path.
CombineNoChecks
(fullPath, fileName + Path.DirectorySeparatorChar);
1429
String reparsePoint = Path.
CombineNoChecks
(fullPath, fileName);
1448
r = Win32Native.DeleteFile(Path.
CombineNoChecks
(fullPath, fileName));
system\io\filesystemenumerable.cs (6)
251
userPathTemp = Path.
CombineNoChecks
(userPathTemp, searchPatternDirName);
555
string tempFullPath = Path.
CombineNoChecks
(localSearchData.fullPath, fileName);
556
string tempUserPath = Path.
CombineNoChecks
(localSearchData.userPath, fileName);
677
=> Path.
CombineNoChecks
(searchData.userPath, findData.cFileName);
695
string fullPath = Path.
CombineNoChecks
(searchData.fullPath, fileName);
724
string fullPath = Path.
CombineNoChecks
(searchData.fullPath, fileName);
system\io\path.cs (6)
1204
return
CombineNoChecks
(path1, path2);
1215
return
CombineNoChecks
(
CombineNoChecks
(path1, path2), path3);
1227
return
CombineNoChecks
(
CombineNoChecks
(
CombineNoChecks
(path1, path2), path3), path4);