1 instantiation of TagHelperHtmlAttributeRuntimeNodeWriter
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\TagHelperHtmlAttributeRuntimeNodeWriter.cs (1)
8public static new readonly TagHelperHtmlAttributeRuntimeNodeWriter Instance = new TagHelperHtmlAttributeRuntimeNodeWriter();
2 references to TagHelperHtmlAttributeRuntimeNodeWriter
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\TagHelperHtmlAttributeRuntimeNodeWriter.cs (1)
8public static new readonly TagHelperHtmlAttributeRuntimeNodeWriter Instance = new TagHelperHtmlAttributeRuntimeNodeWriter();
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
213context.RenderChildren(node, TagHelperHtmlAttributeRuntimeNodeWriter.Instance);