1 write to _postContent
Microsoft.AspNetCore.Razor (1)
TagHelpers\TagHelperOutput.cs (1)
129
_postContent
= new DefaultTagHelperContent();
8 references to _postContent
Microsoft.AspNetCore.Razor (8)
TagHelpers\TagHelperOutput.cs (8)
127
if (
_postContent
== null)
132
return
_postContent
;
193
_postContent
?.Reinitialize();
213
_postContent
?.Clear();
315
_postContent
?.CopyTo(destination);
362
_postContent
?.MoveTo(destination);
377
_postContent
?.Clear();
419
_postContent
?.WriteTo(writer, encoder);