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