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; 247if (_topLevelCaptures is null || !_topLevelCaptures.TryGetValue(name, out var capture))