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 Make SourceSpan public 2017-01-03 12:46:56 -08:00
DefaultRazorIRLoweringPhaseIntegrationTest.cs Fix lowering of taghelpers inside a section 2017-01-26 13:06:06 -08:00
RazorIRAssert.cs Adds support for imports to IR lowering 2017-01-20 10:43:53 -08:00
RazorIRBuilderExtensionsTest.cs Make SourceSpan public 2017-01-03 12:46:56 -08:00
RazorIRBuilderTest.cs
RazorIRNodeWalkerTest.cs Make SourceSpan public 2017-01-03 12:46:56 -08:00