aspnetcore/test/Microsoft.AspNet.Razor.Test/Tokenizer
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
..
CSharpTokenizerCommentTest.cs
CSharpTokenizerIdentifierTest.cs Add support for C# 6 exception filters. 2015-06-10 10:08:10 -07:00
CSharpTokenizerLiteralTest.cs
CSharpTokenizerOperatorsTest.cs
CSharpTokenizerTest.cs
CSharpTokenizerTestBase.cs
HtmlTokenizerTest.cs
HtmlTokenizerTestBase.cs
TokenizerLookaheadTest.cs Eliminate extra List<RazorError> copies 2016-01-14 14:54:47 -08:00
TokenizerTestBase.cs