1 override of PathSeparator
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (1)
38
internal override string
PathSeparator
=> "\\";
1 write to PathSeparator
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
76
PathSeparator
= Path.DirectorySeparatorChar.ToString();
2 references to PathSeparator
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\RazorIntegrationTestBase.cs (2)
97
internal string DefaultDocumentPath => WorkingDirectory +
PathSeparator
+ DefaultFileName;
178
var fullPath = WorkingDirectory +
PathSeparator
+ cshtmlRelativePath;