1 write to DiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewExecutor.cs (1)
73DiagnosticListener = diagnosticListener;
9 references to DiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures (9)
PartialViewResultExecutor.cs (2)
100DiagnosticListener.ViewFound( 110DiagnosticListener.ViewNotFound(
ViewExecutor.cs (4)
36/// <param name="diagnosticListener">The <see cref="DiagnosticListener"/>.</param> 77/// Gets the <see cref="DiagnosticListener"/>. 215DiagnosticListener.BeforeView(view, viewContext); 219DiagnosticListener.AfterView(view, viewContext);
ViewResultExecutor.cs (3)
99if (DiagnosticListener.IsEnabled()) 120DiagnosticListener.ViewFound( 129DiagnosticListener.ViewNotFound(