2 references to _streamRenderingAttributeByComponentType
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointComponentState.cs (2)
22
var streamRenderingAttribute =
_streamRenderingAttributeByComponentType
.GetOrAdd(component.GetType(),
41
public static void UpdateApplication(Type[]? _) =>
_streamRenderingAttributeByComponentType
.Clear();