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