4 references to NormalizePathSeparatorsToBackslash
dotnet (4)
SlnfFileHelper.cs (4)
76relativeSolutionPath = NormalizePathSeparatorsToBackslash(relativeSolutionPath); 83Projects = projects?.Select(NormalizePathSeparatorsToBackslash).ToList() ?? new List<string>() 109relativeSolutionPath = NormalizePathSeparatorsToBackslash(relativeSolutionPath); 116Projects = projects.Select(NormalizePathSeparatorsToBackslash).ToList()