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)
145
if (
_visitedComponentIdsInCurrentStreamingBatch
is null)
151
_visitedComponentIdsInCurrentStreamingBatch
.Clear();
159
if (
_visitedComponentIdsInCurrentStreamingBatch
.Contains(componentId))
272
_visitedComponentIdsInCurrentStreamingBatch
?.Add(componentId);