1 instantiation of DefaultRazorCSharpLoweringPhase
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorProjectEngine.cs (1)
343
phases.Add(new
DefaultRazorCSharpLoweringPhase
());
16 references to DefaultRazorCSharpLoweringPhase
Microsoft.AspNetCore.Razor.Language.UnitTests (16)
DefaultRazorCSharpLoweringPhaseTest.cs (15)
26
ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument));
29
$"The '{nameof(
DefaultRazorCSharpLoweringPhase
)}' phase requires a '{nameof(DocumentIntermediateNode)}' " +
50
ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument));
79
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
101
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
133
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
165
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
203
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
236
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
283
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
330
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
378
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
425
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
468
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
508
codeDocument = ProjectEngine.ExecutePhase<
DefaultRazorCSharpLoweringPhase
>(codeDocument);
RazorProjectEngineTest.cs (1)
46
phase => Assert.IsType<
DefaultRazorCSharpLoweringPhase
>(phase));