9 references to GetDirectorySeparatorChar
dotnet.Tests (4)
CommandTests\Test\GivenDotnetTestBuildsAndRunsHelp.cs (1)
57string directorySeparator = PathUtility.GetDirectorySeparatorChar();
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs (3)
59testInstance.UpdateProjectFileWithMSTestPackageVersion(Path.Combine($@"{testInstance.Path}{PathUtility.GetDirectorySeparatorChar()}TestProject", "TestProject.csproj"), msTestVersion); 67string pattern = $@"In\sprocess\sfile\sartifacts\sproduced:\s+.*{PathUtility.GetDirectorySeparatorChar()}TestResults{PathUtility.GetDirectorySeparatorChar()}.*\.coverage";
Microsoft.NET.TestFramework (5)
Utilities\RegexPatternHelper.cs (5)
15$"{runtime}{PathUtility.GetDirectorySeparatorChar()}" : 19return $@".+{configuration}{PathUtility.GetDirectorySeparatorChar()}{version}{PathUtility.GetDirectorySeparatorChar()}{runtimeIdentifier}{projectName}(\.dll|\.exe)?\s+\({version}\|[a-zA-Z]+[1-9]+\)\s{result}{exitCodePattern}"; 25string pattern = $@"{prefix}.*{configuration}{PathUtility.GetDirectorySeparatorChar()}{version}{PathUtility.GetDirectorySeparatorChar()}{projectName}(\.dll|\.exe)?";