4 references to StreamRenderingAttribute
Microsoft.AspNetCore.Components (1)
StreamRenderingAttribute.cs (1)
19
/// Constructs an instance of <see cref="
StreamRenderingAttribute
"/>
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointComponentState.cs (3)
17
private static readonly ConcurrentDictionary<Type,
StreamRenderingAttribute
?> _streamRenderingAttributeByComponentType = new();
22
var
streamRenderingAttribute = _streamRenderingAttributeByComponentType.GetOrAdd(component.GetType(),
23
type => type.GetCustomAttribute<
StreamRenderingAttribute
>());