aspnetcore/test/Microsoft.AspNetCore.Razor..../CodeGenerators
N. Taylor Mullen 9f675abbca Pre-allocate unbound `TagHelper` attributes.
- Hoist `TagHelperAttribute` creation into `private static readonly` fields to avoid allocations on every request. With the recent `TagHelperAttribute` change that made them immutable we can now pre-allocate them without worry of them being modified.
- Added two extra class configuration pieces to enable pre-allocation.
- Updated test files to showcase new pre-allocations.

#600
2016-03-01 11:23:49 -08:00
..
AddImportChunkGeneratorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CSharpCodeGeneratorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CSharpCodeWriterTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CSharpLineMappingWriterTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CSharpPaddingBuilderTests.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CSharpRazorChunkGeneratorTest.cs Enable Razor templates inside of sections. 2016-02-11 12:01:34 -08:00
CSharpTagHelperRenderingTest.cs Pre-allocate unbound `TagHelper` attributes. 2016-03-01 11:23:49 -08:00
CSharpTagHelperRenderingUnitTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CodeGenTestCodeGenerator.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CodeGenTestHost.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
CodeWriterTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
DynamicAttributeBlockChunkGeneratorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
LineMappingTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
RazorChunkGeneratorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
RazorCommentChunkGeneratorTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
TabTest.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00
TagHelperAttributeValueCodeRendererTest.cs Code Cleanup 2016-02-18 12:04:32 -08:00
TagHelperTestBase.cs Code Cleanup 2016-02-18 12:04:32 -08:00
TestSpan.cs Rename AspNet 5 file contents. 2016-01-22 12:21:25 -08:00