1 instantiation of PreallocatedTagHelperHtmlAttributeIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
82var addPreAllocatedAttribute = new PreallocatedTagHelperHtmlAttributeIntermediateNode
4 references to PreallocatedTagHelperHtmlAttributeIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\IPreallocatedAttributeTargetExtension.cs (1)
12void WriteTagHelperHtmlAttribute(CodeRenderingContext context, PreallocatedTagHelperHtmlAttributeIntermediateNode node);
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
55public void WriteTagHelperHtmlAttribute(CodeRenderingContext context, PreallocatedTagHelperHtmlAttributeIntermediateNode node)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
82var addPreAllocatedAttribute = new PreallocatedTagHelperHtmlAttributeIntermediateNode
Language\Extensions\PreallocatedTagHelperHtmlAttributeIntermediateNode.cs (1)
25AcceptExtensionNode<PreallocatedTagHelperHtmlAttributeIntermediateNode>(this, visitor);