aspnetcore/test
N. Taylor Mullen 3b53f04518 Change ParserContext to take a RazorSourceDocument.
- This moves ParserContext closer to operating on a RazorSourceDocument and exposes it at the parsing layer.
- Was not able to replace the `ITextDocument` property on `ParserContext` due to its current wiring. Our tokenizers rely on a single reader that iterates over the document and take turns tokenizing characters from that reader. The reader that the tokenizers pull from is also highly coupled with the parsers implementations; they end up moving the readers pointer frequently.
2017-05-30 15:18:19 -07:00
..
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test Refactored attribute values IR 2017-05-26 12:34:34 -07:00
Microsoft.AspNetCore.Razor.Language.Test Change ParserContext to take a RazorSourceDocument. 2017-05-30 15:18:19 -07:00
Microsoft.AspNetCore.Razor.Performance
Microsoft.AspNetCore.Razor.Runtime.Test
Microsoft.AspNetCore.Razor.Test.Common Refactored attribute values IR 2017-05-26 12:34:34 -07:00
Microsoft.AspNetCore.Razor.Test.MvcShim
Microsoft.CodeAnalysis.Razor.Test
Microsoft.VisualStudio.LanguageServices.Razor.Test
RazorPageGenerator.Test