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)
144if (_postElement == null) 149return _postElement; 194_postElement?.Reinitialize(); 214_postElement?.Clear(); 325_postElement?.CopyTo(destination); 372_postElement?.MoveTo(destination); 429_postElement?.WriteTo(writer, encoder);