1 write to _action
Microsoft.AspNetCore.Mvc.Core (1)
MvcCoreLoggerExtensions.cs (1)
288_action = action;
3 references to _action
Microsoft.AspNetCore.Mvc.Core (3)
MvcCoreLoggerExtensions.cs (3)
297return new KeyValuePair<string, object>("ActionId", _action.Id); 301return new KeyValuePair<string, object>("ActionName", _action.DisplayName ?? string.Empty); 321return _action.DisplayName ?? string.Empty;