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