7 references to NormalizePath
dotnet.Tests (7)
CommandTests\Run\RunFileTests.cs (7)
2640
string sdkPath =
NormalizePath
(TestContext.Current.ToolsetUnderTest.SdkFolderUnderTest);
2641
string dotNetRootPath =
NormalizePath
(TestContext.Current.ToolsetUnderTest.DotNetRoot);
2642
string nuGetCachePath =
NormalizePath
(TestContext.Current.NuGetCachePath!);
2643
string artifactsDirNormalized =
NormalizePath
(artifactsDir);
2645
string entryPointPathNormalized =
NormalizePath
(entryPointPath);
2872
? string.Concat(arg.AsSpan(0, colonIndex + 1),
NormalizePath
(arg.Substring(colonIndex + 1)))
2873
:
NormalizePath
(arg);