2 instantiations of PreallocatedTagHelperHtmlAttributeIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (1)
80var node = new PreallocatedTagHelperHtmlAttributeIntermediateNode()
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
88var addPreAllocatedAttribute = new PreallocatedTagHelperHtmlAttributeIntermediateNode
6 references to PreallocatedTagHelperHtmlAttributeIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (1)
80var node = new PreallocatedTagHelperHtmlAttributeIntermediateNode()
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
209case PreallocatedTagHelperHtmlAttributeIntermediateNode n:
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)
88var addPreAllocatedAttribute = new PreallocatedTagHelperHtmlAttributeIntermediateNode
Language\Extensions\PreallocatedTagHelperHtmlAttributeIntermediateNode.cs (1)
25AcceptExtensionNode<PreallocatedTagHelperHtmlAttributeIntermediateNode>(this, visitor);