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