1 write to _renderer
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
31_renderer = renderer;
9 references to _renderer
Microsoft.AspNetCore.Components.Endpoints (9)
RazorComponentEndpointInvoker.cs (9)
38return _renderer.Dispatcher.InvokeAsync(() => RenderComponentCore(context)); 54_renderer.InitializeStreamingRenderingFraming(context, isErrorHandler, isReExecuted); 86await _renderer.InitializeStandardComponentServicesAsync( 102var htmlContent = await _renderer.RenderEndpointComponent( 118quiesceTask = _renderer.DispatchSubmitEventAsync(result.HandlerName, out isBadRequest); 124await _renderer.WaitForNonStreamingPendingTasks(); 160await _renderer.SendStreamingUpdatesAsync(context, quiesceTask, bufferWriter); 164_renderer.EmitInitializersIfNecessary(context, bufferWriter); 170var componentStateHtmlContent = await _renderer.PrerenderPersistedStateAsync(context);