7 references to NormalizePath
dotnet.Tests (7)
CommandTests\Run\RunFileTests.cs (7)
2224
string sdkPath =
NormalizePath
(TestContext.Current.ToolsetUnderTest.SdkFolderUnderTest);
2225
string dotNetRootPath =
NormalizePath
(TestContext.Current.ToolsetUnderTest.DotNetRoot);
2226
string nuGetCachePath =
NormalizePath
(TestContext.Current.NuGetCachePath!);
2227
string artifactsDirNormalized =
NormalizePath
(artifactsDir);
2229
string entryPointPathNormalized =
NormalizePath
(entryPointPath);
2456
? string.Concat(arg.AsSpan(0, colonIndex + 1),
NormalizePath
(arg.Substring(colonIndex + 1)))
2457
:
NormalizePath
(arg);