1 write to ActionContext
Microsoft.AspNetCore.Mvc.Core (1)
Diagnostics\MvcDiagnostics.cs (1)
1405ActionContext = actionContext;
3 references to ActionContext
Microsoft.AspNetCore.Mvc.Core (3)
Diagnostics\MvcDiagnostics.cs (3)
1401/// <param name="actionContext">The <see cref="ActionContext"/>.</param> 14250 => new KeyValuePair<string, object>(nameof(ActionContext), ActionContext),