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