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