10 overrides of UseTwoPhaseCompilation
Microsoft.AspNetCore.Razor.Language.UnitTests (10)
IntegrationTests\ComponentBindIntegrationTest.cs (1)
13internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentChildContentIntegrationTest.cs (1)
54internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentCodeGenerationTestBase.cs (1)
25internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentDiagnosticRazorIntegrationTest.cs (1)
13internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentDiscoveryIntegrationTest.cs (1)
14internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentGenericTypeIntegrationTest.cs (1)
82internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentPreprocessorDirectiveTest.cs (1)
14internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentRenderModeAttributeIntegrationTests.cs (1)
16internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentTemplateIntegrationTest.cs (1)
12internal override bool UseTwoPhaseCompilation => true;
IntegrationTests\ComponentTypingTest.cs (1)
18internal override bool UseTwoPhaseCompilation => true;
3 references to UseTwoPhaseCompilation
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\RazorIntegrationTestBase.cs (3)
251if (DeclarationOnly && UseTwoPhaseCompilation) 253throw new InvalidOperationException($"{nameof(DeclarationOnly)} cannot be used with {nameof(UseTwoPhaseCompilation)}."); 266if (UseTwoPhaseCompilation)