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)
104if (_content == null) 109return _content; 160return _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);