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