3 references to RazorSemanticTokensTests
Microsoft.VisualStudio.Razor.IntegrationTests (3)
Semantic\RazorSemanticTokensTests.cs (3)
117
var baselinePath = $"Semantic/TestFiles/{nameof(
RazorSemanticTokensTests
)}/{testName}.txt";
198
s_projectPath ??= TestProject.GetProjectDirectory(typeof(
RazorSemanticTokensTests
), layer: TestProject.Layer.Tooling, useCurrentDirectory: true);
199
var semanticBaselinePath = Path.Combine(s_projectPath, "Semantic", "TestFiles", nameof(
RazorSemanticTokensTests
), testName + ".txt");