1 write to _diagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\ViewViewComponentResult.cs (1)
113_diagnosticListener = viewContext.HttpContext.RequestServices.GetRequiredService<DiagnosticListener>();
3 references to _diagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewComponents\ViewViewComponentResult.cs (3)
111if (_diagnosticListener == null) 116_diagnosticListener.ViewComponentBeforeViewExecute(context, view); 125_diagnosticListener.ViewComponentAfterViewExecute(context, view);