1 write to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
143_visitedComponentIdsInCurrentStreamingBatch = new();
4 references to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
141if (_visitedComponentIdsInCurrentStreamingBatch is null) 147_visitedComponentIdsInCurrentStreamingBatch.Clear(); 155if (_visitedComponentIdsInCurrentStreamingBatch.Contains(componentId)) 257_visitedComponentIdsInCurrentStreamingBatch?.Add(componentId);