1 write to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
144
_visitedComponentIdsInCurrentStreamingBatch
= new();
4 references to _visitedComponentIdsInCurrentStreamingBatch
Microsoft.AspNetCore.Components.Endpoints (4)
Rendering\EndpointHtmlRenderer.Streaming.cs (4)
142
if (
_visitedComponentIdsInCurrentStreamingBatch
is null)
148
_visitedComponentIdsInCurrentStreamingBatch
.Clear();
156
if (
_visitedComponentIdsInCurrentStreamingBatch
.Contains(componentId))
258
_visitedComponentIdsInCurrentStreamingBatch
?.Add(componentId);