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)
81
public bool ChildContentRetrieved =>
_childContent
!= null;
206
var childContent =
_childContent
;
233
childContent =
_childContent
;