1 write to Value
Microsoft.AspNetCore.Mvc.Core (1)
ObjectResult.cs (1)
24Value = value;
6 references to Value
Microsoft.AspNetCore.Mvc.Core (6)
ApiBehaviorOptions.cs (1)
87/// instance where the <see cref="ObjectResult.Value"/> is <see cref="ProblemDetails"/>.
Infrastructure\ObjectResultExecutor.cs (3)
77objectType = result.Value?.GetType(); 80var value = result.Value; 131if (result.Value is ProblemDetails)
MvcOptions.cs (1)
364/// When <see cref="ObjectResult.Value" /> is an instance of <see cref="IAsyncEnumerable{T}"/>,
ObjectResult.cs (1)
73if (Value is ProblemDetails details)