aspnetcore/test/Microsoft.AspNet.Razor.Test/Parser/CSharp
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
..
CSharpAutoCompleteTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
CSharpBlockTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
CSharpDirectivesTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
CSharpErrorTest.cs
CSharpExplicitExpressionTest.cs
CSharpImplicitExpressionTest.cs
CSharpNestedStatementsTest.cs
CSharpRazorCommentsTest.cs
CSharpReservedWordsTest.cs
CSharpSectionTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
CSharpSpecialBlockTest.cs
CSharpStatementTest.cs Renamed and moved several Razor classes for clarity. 2015-05-27 17:00:25 -07:00
CSharpTemplateTest.cs Renamed CodeBuilder related classes to CodeGenerator 2015-05-27 17:00:41 -07:00
CSharpToMarkupSwitchTest.cs Renamed CodeBuilder related classes to CodeGenerator 2015-05-27 17:00:41 -07:00
CSharpVerbatimBlockTest.cs
CSharpWhitespaceHandlingTest.cs