1 instantiation of BeforeActionResultEventData
Microsoft.AspNetCore.Mvc.Core (1)
MvcCoreDiagnosticListenerExtensions.cs (1)
971new BeforeActionResultEventData(actionContext, result));
3 references to BeforeActionResultEventData
Microsoft.AspNetCore.Mvc.Core (3)
Diagnostics\MvcDiagnostics.cs (1)
1356/// Initializes a new instance of <see cref="BeforeActionResultEventData"/>.
MvcCoreDiagnosticListenerExtensions.cs (2)
967if (diagnosticListener.IsEnabled(Diagnostics.BeforeActionResultEventData.EventName)) 970Diagnostics.BeforeActionResultEventData.EventName,