1 instantiation of PreallocatedTagHelperHtmlAttributeValueIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
72declaration = new PreallocatedTagHelperHtmlAttributeValueIntermediateNode
5 references to PreallocatedTagHelperHtmlAttributeValueIntermediateNode
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\Extensions\IPreallocatedAttributeTargetExtension.cs (1)
14void WriteTagHelperHtmlAttributeValue(CodeRenderingContext context, PreallocatedTagHelperHtmlAttributeValueIntermediateNode node);
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
27public void WriteTagHelperHtmlAttributeValue(CodeRenderingContext context, PreallocatedTagHelperHtmlAttributeValueIntermediateNode node)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (2)
52PreallocatedTagHelperHtmlAttributeValueIntermediateNode? declaration = null; 56if (current is PreallocatedTagHelperHtmlAttributeValueIntermediateNode existingDeclaration)
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (1)
52AcceptExtensionNode<PreallocatedTagHelperHtmlAttributeValueIntermediateNode>(this, visitor);