1 instantiation of BeforeActionEventData
Microsoft.AspNetCore.Mvc.Core (1)
MvcCoreDiagnosticListenerExtensions.cs (1)
44
new
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)
40
if (diagnosticListener.IsEnabled(Diagnostics.
BeforeActionEventData
.EventName))
43
Diagnostics.
BeforeActionEventData
.EventName,