2 writes to Value
Microsoft.AspNetCore.Mvc.Core (2)
JsonResult.cs (2)
21Value = value; 39Value = value;
4 references to Value
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\SystemTextJsonResultExecutor.cs (2)
58Log.JsonResultExecuting(_logger, result.Value); 60var value = result.Value;
Microsoft.AspNetCore.Mvc.NewtonsoftJson (2)
NewtonsoftJsonResultExecutor.cs (2)
92Log.JsonResultExecuting(_logger, result.Value); 104var value = result.Value;