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