3 writes to Content
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheViewService.cs (3)
91Content = cacheView.ChildContent, 266state.Content = cachedContent; 308state.Content = DeserializeCachedContent(cachedPayload) ?? cacheView.ChildContent;
1 reference to Content
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheView.cs (1)
131var content = RenderState?.Content ?? ChildContent;