2 references to _childCaptures
Microsoft.AspNetCore.Components.Endpoints (2)
src\aspnetcore\src\Components\Shared\src\RenderFragmentCapture.cs (2)
29
public IReadOnlyDictionary<int, RenderFragmentCapture> ChildCaptures =>
_childCaptures
;
88
_childCaptures
[j - start] = innerCapture;