2 references to ArbitraryWindowsPath
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (2)
60
WorkingDirectory = PlatformInformation.IsWindows ?
ArbitraryWindowsPath
: ArbitraryMacLinuxPath;
328
var windowsPath = Path.Combine(
ArbitraryWindowsPath
, generated.CodeDocument.Source.RelativePath).Replace('/', '\\');