9 references to CombinePathsUnchecked
Microsoft.CodeAnalysis.CodeStyle (9)
FileUtilities.cs (6)
59
combinedPath = PathUtilities.
CombinePathsUnchecked
(baseDirectory, path);
70
combinedPath = PathUtilities.
CombinePathsUnchecked
(searchPath, path);
122
return PathUtilities.
CombinePathsUnchecked
(baseDirectory, path);
139
return PathUtilities.
CombinePathsUnchecked
(baseDirectory, path);
150
return PathUtilities.
CombinePathsUnchecked
(baseDirectory, path);
174
return PathUtilities.
CombinePathsUnchecked
(baseRoot, path.Substring(1));
PathUtilities.cs (3)
432
return
CombinePathsUnchecked
(root, relativePath);
473
return IsAbsolute(path) ? path :
CombinePathsUnchecked
(root, path);
593
relativePath =
CombinePathsUnchecked
(relativePath, fullPathParts[i]);