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