1 write to ActionExecutedContext
Microsoft.AspNetCore.Mvc.Core (1)
Diagnostics\MvcDiagnostics.cs (1)
846ActionExecutedContext = actionExecutedContext;
3 references to ActionExecutedContext
Microsoft.AspNetCore.Mvc.Core (3)
Diagnostics\MvcDiagnostics.cs (3)
841/// <param name="actionExecutedContext">The <see cref="ActionExecutedContext"/>.</param> 8721 => new KeyValuePair<string, object>(nameof(ActionExecutedContext), ActionExecutedContext),