aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser
N. Taylor Mullen 6df8bc23f1 Renamed CodeBuilder related classes to CodeGenerator
- Now that what used to be CodeGenerators are now ChunkGenerators we can rename the CodeBuilder into its correct structure: a CodeGenerator.
- Moved the TagHelperAttributeValueCodeRenderer from the TagHelpers namespace into the CodeGeneration namespace.
- Went through several classes and remove and sorted usings.
- Updated test files to abide by the new naming convention of Builders => CodeGenerators.

#140
2015-05-27 17:00:41 -07:00
..
CSharp Renamed CodeBuilder related classes to CodeGenerator 2015-05-27 17:00:41 -07:00
Html Renamed CodeBuilder related classes to CodeGenerator 2015-05-27 17:00:41 -07:00
PartialParsing
BlockTest.cs
CallbackParserListenerTest.cs
ParserContextTest.cs
ParserVisitorExtensionsTest.cs
RazorParserTest.cs
WhitespaceRewriterTest.cs