1 write to _context
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\StatusCheckWriteStream.cs (1)
22
_context
= context;
3 references to _context
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\StatusCheckWriteStream.cs (3)
27
Debug.Assert(
_context
!= null);
28
if (
_context
.StatusCode < 300)
30
throw new InvalidOperationException(CoreStrings.FormatConnectResponseCanNotHaveBody(
_context
.StatusCode));