3 references to ArbitraryWindowsPath
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (1)
41internal override string WorkingDirectory => ArbitraryWindowsPath;
Language\IntegrationTests\RazorIntegrationTestBase.cs (2)
77WorkingDirectory = PlatformInformation.IsWindows ? ArbitraryWindowsPath : ArbitraryMacLinuxPath; 454var windowsPath = Path.Combine(ArbitraryWindowsPath, generated.CodeDocument.Source.RelativePath ?? "").Replace('/', '\\');