1 write to _topLevelCaptures
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\SSRRenderModeBoundary.cs (1)
126
_topLevelCaptures
??= new();
3 references to _topLevelCaptures
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\SSRRenderModeBoundary.cs (3)
127
_topLevelCaptures
[name] = capture;
247
if (
_topLevelCaptures
is null || !
_topLevelCaptures
.TryGetValue(name, out var capture))