1 instantiation of TagHelperHtmlAttributeRuntimeNodeWriter
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\TagHelperHtmlAttributeRuntimeNodeWriter.cs (1)
8public static new readonly TagHelperHtmlAttributeRuntimeNodeWriter Instance = new TagHelperHtmlAttributeRuntimeNodeWriter();
8 references to TagHelperHtmlAttributeRuntimeNodeWriter
Microsoft.AspNetCore.Razor.Language.UnitTests (6)
CodeGeneration\TagHelperHtmlAttributeRuntimeNodeWriterTest.cs (6)
23var writer = TagHelperHtmlAttributeRuntimeNodeWriter.Instance; 49var writer = TagHelperHtmlAttributeRuntimeNodeWriter.Instance; 82var writer = TagHelperHtmlAttributeRuntimeNodeWriter.Instance;
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\TagHelperHtmlAttributeRuntimeNodeWriter.cs (1)
8public static new readonly TagHelperHtmlAttributeRuntimeNodeWriter Instance = new TagHelperHtmlAttributeRuntimeNodeWriter();
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
233context.RenderChildren(node, TagHelperHtmlAttributeRuntimeNodeWriter.Instance);