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