1 write to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
147_visitedComponentIdsInCurrentStreamingBatch = new();
4 references to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
145if (_visitedComponentIdsInCurrentStreamingBatch is null) 151_visitedComponentIdsInCurrentStreamingBatch.Clear(); 159if (_visitedComponentIdsInCurrentStreamingBatch.Contains(componentId)) 272_visitedComponentIdsInCurrentStreamingBatch?.Add(componentId);