1 write to s_projectPath
Microsoft.VisualStudio.Razor.IntegrationTests (1)
Semantic\RazorSemanticTokensTests.cs (1)
198
s_projectPath
??= TestProject.GetProjectDirectory(typeof(RazorSemanticTokensTests), layer: TestProject.Layer.Tooling, useCurrentDirectory: true);
1 reference to s_projectPath
Microsoft.VisualStudio.Razor.IntegrationTests (1)
Semantic\RazorSemanticTokensTests.cs (1)
199
var semanticBaselinePath = Path.Combine(
s_projectPath
, "Semantic", "TestFiles", nameof(RazorSemanticTokensTests), testName + ".txt");