3 instantiations of PreallocatedTagHelperHtmlAttributeValueIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
20var node = new PreallocatedTagHelperHtmlAttributeValueIntermediateNode() 47var node = new PreallocatedTagHelperHtmlAttributeValueIntermediateNode()
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
78declaration = new PreallocatedTagHelperHtmlAttributeValueIntermediateNode
8 references to PreallocatedTagHelperHtmlAttributeValueIntermediateNode
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
20var node = new PreallocatedTagHelperHtmlAttributeValueIntermediateNode() 47var node = new PreallocatedTagHelperHtmlAttributeValueIntermediateNode()
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
212case PreallocatedTagHelperHtmlAttributeValueIntermediateNode n:
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)
58PreallocatedTagHelperHtmlAttributeValueIntermediateNode? declaration = null; 62if (current is PreallocatedTagHelperHtmlAttributeValueIntermediateNode existingDeclaration)
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (1)
52AcceptExtensionNode<PreallocatedTagHelperHtmlAttributeValueIntermediateNode>(this, visitor);