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)
18
private static readonly ConcurrentDictionary<Type,
StreamRenderingAttribute
?> _streamRenderingAttributeByComponentType = new();
34
var
streamRenderingAttribute = _streamRenderingAttributeByComponentType.GetOrAdd(component.GetType(),
35
type => type.GetCustomAttribute<
StreamRenderingAttribute
>());