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