aspnetcore/src/Microsoft.AspNetCore.Razor....
Ryan Nowak 7408bcd025 Rewrite of code rendering context 2017-07-05 15:32:54 -07:00
..
CodeGeneration Rewrite of code rendering context 2017-07-05 15:32:54 -07:00
Extensions Rewrite of code rendering context 2017-07-05 15:32:54 -07:00
Intermediate Streamline collections 2017-07-05 13:46:37 -07:00
Legacy Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
Properties Rewrite of code rendering context 2017-07-05 15:32:54 -07:00
AllowedChildTagDescriptor.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
AllowedChildTagDescriptorBuilder.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
AllowedChildTagDescriptorComparer.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
AttributeStructure.cs Rename HtmlAttributeValueStyle>AttributeStructure 2017-06-21 18:56:37 -07:00
BoundAttributeDescriptor.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
BoundAttributeDescriptorBuilder.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
BoundAttributeDescriptorBuilderExtensions.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
BoundAttributeDescriptorComparer.cs
BoundAttributeDescriptorExtensions.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
DefaultAllowedChildTagDescriptor.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
DefaultAllowedChildTagDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultBoundAttributeDescriptor.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DefaultBoundAttributeDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultDirectiveSyntaxTreePass.cs Implement consistent error story for directives. 2017-06-19 21:14:06 -07:00
DefaultDocumentClassifierPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultDocumentClassifierPassFeature.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorCSharpDocument.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
DefaultRazorCSharpLoweringPhase.cs Rewrite of code rendering context 2017-07-03 16:29:34 -07:00
DefaultRazorCodeDocument.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultRazorCodeGenerationOptions.cs Change GenerateChecksum to SuppressChecksum 2017-06-19 16:52:36 -07:00
DefaultRazorCodeGenerationOptionsBuilder.cs Change GenerateChecksum to SuppressChecksum 2017-06-19 16:52:36 -07:00
DefaultRazorDiagnostic.cs
DefaultRazorDirectiveClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorDirectiveFeature.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
DefaultRazorDocumentClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorEngine.cs
DefaultRazorEngineBuilder.cs
DefaultRazorIntermediateNodeLoweringPhase.cs Handle imported @page directives. 2017-07-03 17:11:17 -07:00
DefaultRazorOptimizationPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DefaultRazorParserOptions.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
DefaultRazorParserOptionsBuilder.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
DefaultRazorParsingPhase.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
DefaultRazorSourceLineCollection.cs Make usage of FileName and FilePath consistent 2017-06-12 16:15:26 -07:00
DefaultRazorSyntaxTree.cs
DefaultRazorSyntaxTreePhase.cs Fix #1311 add a base class for features 2017-05-12 21:15:59 -07:00
DefaultRazorTagHelperBinderPhase.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DefaultRazorTargetExtensionFeature.cs Fix #1311 add a base class for features 2017-05-12 21:15:59 -07:00
DefaultRequiredAttributeDescriptor.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DefaultRequiredAttributeDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagHelperDescriptor.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
DefaultTagHelperDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DefaultTagMatchingRuleDescriptor.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
DefaultTagMatchingRuleDescriptorBuilder.cs Streamline collections 2017-07-05 13:46:37 -07:00
DesignTimeOptionsFeature.cs Change GenerateChecksum to SuppressChecksum 2017-06-19 16:52:36 -07:00
DirectiveDescriptor.cs Add file scoped extensible directives. 2017-06-22 11:42:37 -07:00
DirectiveDescriptorBuilderExtensions.cs Some API cleanup around directivest 2017-05-12 13:27:28 -07:00
DirectiveDescriptorComparer.cs Add DisplayName and Description for directives 2017-06-07 13:37:34 -07:00
DirectiveKind.cs Some API cleanup around directivest 2017-05-12 13:27:28 -07:00
DirectiveRemovalOptimizationPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
DirectiveTokenDescriptor.cs Some API cleanup around directivest 2017-05-12 13:27:28 -07:00
DirectiveTokenDescriptorComparer.cs
DirectiveTokenEditHandler.cs Merge branch 'rel/15.3' into rel/2.0.0-preview2 2017-06-01 15:32:47 -07:00
DirectiveTokenKind.cs
DirectiveUsage.cs Add file scoped multiple occurring extensible directives. 2017-06-26 20:29:06 -07:00
DocumentClassifierPassBase.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
FileSystemRazorProject.cs
FileSystemRazorProjectItem.cs Fixes #1308 and #1315 2017-05-12 17:33:49 -07:00
HtmlConventions.cs Rename HtmlCase => HtmlConventions. 2017-05-19 12:36:55 -07:00
HtmlNodeOptimizationPass.cs Fix #1311 add a base class for features 2017-05-12 21:15:59 -07:00
IDirectiveDescriptorBuilder.cs Add file scoped extensible directives. 2017-06-22 11:42:37 -07:00
IRazorCSharpLoweringPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorCodeGenerationOptionsFeature.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
IRazorDirectiveClassifierPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorDirectiveClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorDirectiveFeature.cs
IRazorDocumentClassifierPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorDocumentClassifierPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorEngineBuilder.cs
IRazorEngineFeature.cs
IRazorEnginePhase.cs
IRazorIntermediateNodeLoweringPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorOptimizationPass.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorOptimizationPhase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
IRazorParserOptionsFeature.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
IRazorParsingPhase.cs
IRazorSyntaxTreePass.cs
IRazorSyntaxTreePhase.cs
IRazorTagHelperBinderPhase.cs Moved TagHelperBinder from pass to a phase 2017-05-10 17:16:27 -07:00
IRazorTargetExtensionFeature.cs [Issue #1318] Renamed RuntimeTarget to CodeTarget 2017-05-12 16:32:55 -07:00
ITagHelperDescriptorProvider.cs Add a new THProvider api 2017-05-16 14:59:37 -07:00
ITagHelperFeature.cs Add a new THProvider api 2017-05-16 14:59:37 -07:00
IntermediateNodePassBase.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
ItemCollection.cs Streamline collections 2017-07-05 13:46:37 -07:00
LargeTextSourceDocument.cs Make usage of FileName and FilePath consistent 2017-06-12 16:15:26 -07:00
LegacyRazorDiagnostic.cs
LegacyResources.resx
LineMapping.cs Api Cleanup for language services 2017-05-17 22:09:01 -07:00
Microsoft.AspNetCore.Razor.Language.csproj Get rid of Parent from IR node 2017-06-08 19:22:14 -07:00
NotFoundProjectItem.cs Fixes #1308 and #1315 2017-05-12 17:33:49 -07:00
RazorCSharpDocument.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
RazorCodeDocument.cs
RazorCodeDocumentExtensions.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
RazorCodeGenerationOptions.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
RazorCodeGenerationOptionsBuilder.cs Change GenerateChecksum to SuppressChecksum 2017-06-19 16:52:36 -07:00
RazorDiagnostic.cs
RazorDiagnosticCollection.cs Streamline collections 2017-07-05 13:46:37 -07:00
RazorDiagnosticDescriptor.cs
RazorDiagnosticFactory.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
RazorDiagnosticSeverity.cs
RazorEngine.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
RazorEngineBuilderExtensions.cs Rename RazorIRNode 2017-06-21 12:55:16 -07:00
RazorEngineFeatureBase.cs Fix #1311 add a base class for features 2017-05-12 21:15:59 -07:00
RazorEnginePhaseBase.cs Fix #1311 add a base class for features 2017-05-12 21:15:59 -07:00
RazorParserOptions.cs Add docs about limitation of this option 2017-06-28 09:16:39 -07:00
RazorParserOptionsBuilder.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
RazorProject.cs
RazorProjectItem.cs Fixes #1308 and #1315 2017-05-12 17:33:49 -07:00
RazorSourceDocument.cs Make usage of FileName and FilePath consistent 2017-06-12 16:15:26 -07:00
RazorSourceLineCollection.cs Change ParserContext to take a RazorSourceDocument. 2017-05-30 15:18:19 -07:00
RazorSyntaxTree.cs Split options into ParserOptions and CodeGenerationOptions 2017-05-18 10:22:39 -07:00
RazorTemplateEngine.cs
RazorTemplateEngineOptions.cs [Issue #1316] Seal RazorTemplateEngineOptions 2017-05-12 16:32:52 -07:00
RequiredAttributeDescriptor.cs Make RequiredAttributeDescriptor IEquatable. 2017-07-03 11:23:51 -07:00
RequiredAttributeDescriptorBuilder.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
RequiredAttributeDescriptorComparer.cs Make RequiredAttributeDescriptor IEquatable. 2017-07-03 11:23:51 -07:00
Resources.resx Rewrite of code rendering context 2017-07-05 15:32:54 -07:00
SourceChange.cs
SourceLocation.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
SourceSpan.cs Fixes #1245 - Make TemplateCodeExtension public 2017-05-17 20:25:06 -07:00
StreamSourceDocument.cs Make usage of FileName and FilePath consistent 2017-06-12 16:15:26 -07:00
StringSourceDocument.cs Make usage of FileName and FilePath consistent 2017-06-12 16:15:26 -07:00
TagHelperBinder.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagHelperBinding.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagHelperConventions.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
TagHelperDescriptor.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
TagHelperDescriptorBuilder.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
TagHelperDescriptorBuilderExtensions.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
TagHelperDescriptorComparer.cs Add AllowedChildTagDescriptor. 2017-07-03 11:04:10 -07:00
TagHelperDescriptorExtensions.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
TagHelperDescriptorProviderContext.cs Streamline collections 2017-07-05 13:46:37 -07:00
TagHelperDocumentContext.cs
TagHelperMatchingConventions.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagHelperMetadata.cs Redesign tag helper codegen 2017-06-30 17:34:01 -07:00
TagMatchingRuleDescriptor.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagMatchingRuleDescriptorBuilder.cs Moved all TagHelperDescriptor related builders to have getter setter 2017-06-30 14:08:05 -07:00
TagMatchingRuleDescriptorComparer.cs This is a different take on Taylor's builders. 2017-06-28 17:37:52 -07:00
TagMode.cs
TagStructure.cs