2 writes to _content
Microsoft.AspNetCore.Razor (2)
TagHelpers\TagHelperOutput.cs (2)
106
_content
= new DefaultTagHelperContent();
115
_content
= value;
9 references to _content
Microsoft.AspNetCore.Razor (9)
TagHelpers\TagHelperOutput.cs (9)
104
if (
_content
== null)
109
return
_content
;
160
return _wasSuppressOutputCalled ||
_content
?.IsModified == true;
192
_content
?.Reinitialize();
212
_content
?.Clear();
313
_content
?.CopyTo(destination);
361
_content
?.MoveTo(destination);
376
_content
?.Clear();
417
_content
?.WriteTo(writer, encoder);