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