1 write to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
145_visitedComponentIdsInCurrentStreamingBatch = new();
4 references to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
143if (_visitedComponentIdsInCurrentStreamingBatch is null) 149_visitedComponentIdsInCurrentStreamingBatch.Clear(); 157if (_visitedComponentIdsInCurrentStreamingBatch.Contains(componentId)) 270_visitedComponentIdsInCurrentStreamingBatch?.Add(componentId);