aspnetcore/src/Microsoft.AspNet.Razor/Generator
N. Taylor Mullen 521a5c8517 Start to add a CodeTree codegen.
This addition will eventually replace CodeDOM to allow for the k10 project to build.  It is a new type of codegeneration method that is highly extensible.
2014-01-27 16:46:17 -08:00
..
Compiler Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
AddImportCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
AttributeBlockCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
BaseCodeWriter.cs
BlockCodeGenerator.cs
CSharpCodeWriter.cs
CSharpRazorCodeGenerator.cs
CodeGenerationCompleteEventArgs.cs
CodeGeneratorContext.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
CodeGeneratorPaddingHelper.cs
CodeWriter.cs
CodeWriterExtensions.cs
DynamicAttributeBlockCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
ExpressionCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
ExpressionRenderingMode.cs
GeneratedClassContext.cs
GeneratedCodeMapping.cs
HelperCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
HybridCodeGenerator.cs
IBlockCodeGenerator.cs
ISpanCodeGenerator.cs
LiteralAttributeCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
MarkupCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
RazorCodeGenerator.cs
RazorCommentCodeGenerator.cs
RazorDirectiveAttributeCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
ResolveUrlCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
SectionCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
SetBaseTypeCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
SetLayoutCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
SetVBOptionCodeGenerator.cs
SpanCodeGenerator.cs
StatementCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
TemplateBlockCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
TypeMemberCodeGenerator.cs Start to add a CodeTree codegen. 2014-01-27 16:46:17 -08:00
VBCodeWriter.cs
VBRazorCodeGenerator.cs