6 references to Status507InsufficientStorage
Microsoft.AspNetCore.Http.Results (2)
ResultsCache.StatusCodes.cs (2)
145StatusCodes.Status507InsufficientStorage => _status507InsufficientStorage ??= new(StatusCodes.Status507InsufficientStorage),
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyProviderTests.cs (1)
314[InlineData(StatusCodes.Status507InsufficientStorage)]
Microsoft.AspNetCore.ResponseCaching.Tests (1)
ResponseCachingPolicyProviderTests.cs (1)
340[InlineData(StatusCodes.Status507InsufficientStorage)]
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\ReasonPhrases.cs (2)
76private static readonly byte[] _bytesStatus507 = CreateStatusBytes(StatusCodes.Status507InsufficientStorage); 162StatusCodes.Status507InsufficientStorage => _bytesStatus507,