aspnetcore/test
Ryan Nowak 6a4a9544a1 Eliminate extra List<RazorError> copies
Changing to IReadOnlyList since we always want to support indexing.
Replacing ToArray() with non-linq when needed, and with a static
EmptyArray when not needed.

Eliminates 50mb of list copies.
2016-01-14 14:54:47 -08:00
..
Microsoft.AspNet.Razor.Runtime.Test
Microsoft.AspNet.Razor.Test Eliminate extra List<RazorError> copies 2016-01-14 14:54:47 -08:00