1 write to _renderer
Microsoft.AspNetCore.Components.Endpoints (1)
RazorComponentEndpointInvoker.cs (1)
27_renderer = renderer;
9 references to _renderer
Microsoft.AspNetCore.Components.Endpoints (9)
RazorComponentEndpointInvoker.cs (9)
33return _renderer.Dispatcher.InvokeAsync(() => RenderComponentCore(context)); 48_renderer.InitializeStreamingRenderingFraming(context, isErrorHandler, isReExecuted); 83await _renderer.InitializeStandardComponentServicesAsync( 99var htmlContent = await _renderer.RenderEndpointComponent( 122quiesceTask = _renderer.DispatchSubmitEventAsync(result.HandlerName, out isBadRequest); 128await _renderer.WaitForNonStreamingPendingTasks(); 155await _renderer.SendStreamingUpdatesAsync(context, quiesceTask, bufferWriter); 159_renderer.EmitInitializersIfNecessary(context, bufferWriter); 165var componentStateHtmlContent = await _renderer.PrerenderPersistedStateAsync(context);