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