3 references to _streamRenderingAttributeByComponentType
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointComponentState.cs (3)
24
HotReloadManager.Default.OnDeltaApplied +=
_streamRenderingAttributeByComponentType
.Clear;
34
var streamRenderingAttribute =
_streamRenderingAttributeByComponentType
.GetOrAdd(component.GetType(),
69
public static void UpdateApplication(Type[]? _) =>
_streamRenderingAttributeByComponentType
.Clear();