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