1 instantiation of BeforeViewEventData
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
MvcViewFeaturesDiagnosticListenerExtensions.cs (1)
138new BeforeViewEventData(view, viewContext));
3 references to BeforeViewEventData
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Diagnostics\MvcDiagnostics.cs (1)
233/// Initializes a new instance of <see cref="BeforeViewEventData"/>.
MvcViewFeaturesDiagnosticListenerExtensions.cs (2)
134if (diagnosticListener.IsEnabled(Diagnostics.BeforeViewEventData.EventName)) 137Diagnostics.BeforeViewEventData.EventName,