1 instantiation of BeforeActionEventData
Microsoft.AspNetCore.Mvc.Core (1)
MvcCoreDiagnosticListenerExtensions.cs (1)
44new BeforeActionEventData(actionDescriptor, httpContext, routeData));
3 references to BeforeActionEventData
Microsoft.AspNetCore.Mvc.Core (3)
Diagnostics\MvcDiagnostics.cs (1)
22/// Initializes a new instance of <see cref="BeforeActionEventData"/>.
MvcCoreDiagnosticListenerExtensions.cs (2)
40if (diagnosticListener.IsEnabled(Diagnostics.BeforeActionEventData.EventName)) 43Diagnostics.BeforeActionEventData.EventName,