1 write to _diagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentInvoker.cs (1)
46
_diagnosticListener
= diagnosticListener;
4 references to _diagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewComponents\DefaultViewComponentInvoker.cs (4)
97
_diagnosticListener
.BeforeViewComponent(context, component);
142
_diagnosticListener
.AfterViewComponent(context, viewComponentResult, component);
154
_diagnosticListener
.BeforeViewComponent(context, component);
164
_diagnosticListener
.AfterViewComponent(context, viewComponentResult, component);