1 write to TestProjectRoot
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (1)
28TestProjectRoot = TestProject.GetProjectDirectory(GetType(), layer);
5 references to TestProjectRoot
Microsoft.AspNetCore.Razor.Test.Common (5)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (5)
52var baselineFullPath = Path.Combine(TestProjectRoot, baselineFilePath); 87var baselineFullPath = Path.Combine(TestProjectRoot, baselineFilePath); 91var baselineDiagnosticsFullPath = Path.Combine(TestProjectRoot, baselineDiagnosticsFilePath); 102var baselineMappingsFullPath = Path.Combine(TestProjectRoot, baselineMappingsFilePath); 250var baselineFullPath = Path.Combine(TestProjectRoot, baselineFilePath);