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