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