8 references to Status226IMUsed
InMemory.FunctionalTests (2)
ResponseTests.cs (2)
652[InlineData(StatusCodes.Status226IMUsed)] 666[InlineData(StatusCodes.Status226IMUsed)]
Microsoft.AspNetCore.Http.Results (2)
ResultsCache.StatusCodes.cs (2)
99StatusCodes.Status226IMUsed => _status226IMUsed ??= new(StatusCodes.Status226IMUsed),
Microsoft.AspNetCore.OutputCaching.Tests (1)
OutputCachePolicyProviderTests.cs (1)
268[InlineData(StatusCodes.Status226IMUsed)]
Microsoft.AspNetCore.ResponseCaching.Tests (1)
ResponseCachingPolicyProviderTests.cs (1)
294[InlineData(StatusCodes.Status226IMUsed)]
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\ReasonPhrases.cs (2)
26private static readonly byte[] _bytesStatus226 = CreateStatusBytes(StatusCodes.Status226IMUsed); 112StatusCodes.Status226IMUsed => _bytesStatus226,