4 instantiations of TestPhase
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
RazorEngineTest.cs (4)
21new TestPhase(), 22new TestPhase()]; 48new TestPhase(), 49new TestPhase()];
2 references to TestPhase
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
RazorEngineTest.cs (2)
60var testPhase = Assert.IsType<TestPhase>(phase);