1 write to _renderer
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
29_renderer = renderer;
9 references to _renderer
Microsoft.AspNetCore.Components.Endpoints (9)
RazorComponentEndpointInvoker.cs (9)
36return _renderer.Dispatcher.InvokeAsync(() => RenderComponentCore(context)); 52_renderer.InitializeStreamingRenderingFraming(context, isErrorHandler, isReExecuted); 92await _renderer.InitializeStandardComponentServicesAsync( 108var htmlContent = await _renderer.RenderEndpointComponent( 124quiesceTask = _renderer.DispatchSubmitEventAsync(result.HandlerName, out isBadRequest); 130await _renderer.WaitForNonStreamingPendingTasks(); 157await _renderer.SendStreamingUpdatesAsync(context, quiesceTask, bufferWriter); 161_renderer.EmitInitializersIfNecessary(context, bufferWriter); 167var componentStateHtmlContent = await _renderer.PrerenderPersistedStateAsync(context);