aspnetcore/test/Microsoft.AspNetCore.Razor..../Intermediate
Ryan Nowak 6a95002f0e Fix lowering of taghelpers inside a section
The IR lowering phase was attaching the 'tag helper fields' node to the
builder instead of to the top-level node (document). This meant that
things wouldn't be where we expect when the first tag helper occurrence is
inside a directive block (section).

Found this porting MVC to use the new Razor codebase.
2017-01-26 13:06:06 -08:00
..
DefaultRazorIRBuilderTest.cs
DefaultRazorIRLoweringPhaseIntegrationTest.cs Fix lowering of taghelpers inside a section 2017-01-26 13:06:06 -08:00
RazorIRAssert.cs
RazorIRBuilderExtensionsTest.cs
RazorIRBuilderTest.cs
RazorIRNodeWalkerTest.cs