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