2 overrides of GetDirectoryPath
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
IntegrationTests\ComponentCodeGenerationTestBase.cs (1)
35protected override string GetDirectoryPath(string testName)
IntegrationTests\ComponentPreprocessorDirectiveTest.cs (1)
22protected override string GetDirectoryPath(string testName)
1 reference to GetDirectoryPath
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (1)
287return Path.Combine(GetDirectoryPath(testName), Path.ChangeExtension(fileName, extension));