3 references to NormalizePathSeparatorsToOS
dotnet (3)
Commands\Solution\Add\SolutionAddCommand.cs (1)
323
parentSolutionRelativePath = SlnfFileHelper.
NormalizePathSeparatorsToOS
(parentSolutionRelativePath);
SlnFileFactory.cs (2)
105
originalSolutionPath = SlnfFileHelper.
NormalizePathSeparatorsToOS
(originalSolutionPath);
132
.Select(path => SlnfFileHelper.
NormalizePathSeparatorsToOS
(path))