1 instantiation of InternalServerError
Microsoft.AspNetCore.Http.Results (1)
ResultsCache.cs (1)
17public static InternalServerError InternalServerError { get; } = new();
5 references to InternalServerError
Microsoft.AspNetCore.Http.Results (5)
InternalServerError.cs (1)
19/// Initializes a new instance of the <see cref="InternalServerError"/> class with the values
InternalServerErrorOfT.cs (1)
20/// Initializes a new instance of the <see cref="InternalServerError"/> class with the values
ResultsCache.cs (1)
17public static InternalServerError InternalServerError { get; } = new();
TypedResults.cs (2)
737/// <returns>The created <see cref="HttpResults.InternalServerError"/> for the response.</returns> 738public static InternalServerError InternalServerError() => ResultsCache.InternalServerError;