1 write to _postElement
Microsoft.AspNetCore.Razor (1)
TagHelpers\TagHelperOutput.cs (1)
146
_postElement
= new DefaultTagHelperContent();
7 references to _postElement
Microsoft.AspNetCore.Razor (7)
TagHelpers\TagHelperOutput.cs (7)
144
if (
_postElement
== null)
149
return
_postElement
;
194
_postElement
?.Reinitialize();
214
_postElement
?.Clear();
325
_postElement
?.CopyTo(destination);
372
_postElement
?.MoveTo(destination);
429
_postElement
?.WriteTo(writer, encoder);