2 references to IsDirectorySeparatorChar
NuGet.Commands (1)
MSBuildProjectFactory.cs (1)
274
if (!string.IsNullOrEmpty(relativePath) && PathUtility.
IsDirectorySeparatorChar
(relativePath[0]))
NuGet.Common (1)
PathUtil\PathUtility.cs (1)
154
return
IsDirectorySeparatorChar
(path![path.Length - 1]);