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