9 references to GetDirectorySeparatorChar
dotnet.Tests (4)
CommandTests\Test\GivenDotnetTestBuildsAndRunsHelp.cs (1)
57
string directorySeparator = PathUtility.
GetDirectorySeparatorChar
();
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithArtifacts.cs (3)
59
testInstance.UpdateProjectFileWithMSTestPackageVersion(Path.Combine($@"{testInstance.Path}{PathUtility.
GetDirectorySeparatorChar
()}TestProject", "TestProject.csproj"), msTestVersion);
67
string 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
()}" :
19
return $@".+{configuration}{PathUtility.
GetDirectorySeparatorChar
()}{version}{PathUtility.
GetDirectorySeparatorChar
()}{runtimeIdentifier}{projectName}(\.dll|\.exe)?\s+\({version}\|[a-zA-Z]+[1-9]+\)\s{result}{exitCodePattern}";
25
string pattern = $@"{prefix}.*{configuration}{PathUtility.
GetDirectorySeparatorChar
()}{version}{PathUtility.
GetDirectorySeparatorChar
()}{projectName}(\.dll|\.exe)?";