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)
297
return new KeyValuePair<string, object>("ActionId",
_action
.Id);
301
return new KeyValuePair<string, object>("ActionName",
_action
.DisplayName ?? string.Empty);
321
return
_action
.DisplayName ?? string.Empty;