2 writes to _childContent
Microsoft.AspNetCore.Razor.Runtime (2)
Runtime\TagHelpers\TagHelperExecutionContext.cs (2)
192_childContent = null; 262_childContent = childContent;
3 references to _childContent
Microsoft.AspNetCore.Razor.Runtime (3)
Runtime\TagHelpers\TagHelperExecutionContext.cs (3)
81public bool ChildContentRetrieved => _childContent != null; 206var childContent = _childContent; 233childContent = _childContent;