2 writes to _autoChunk
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1OutputProducer.cs (2)
363
_autoChunk
= autoChunk;
544
_autoChunk
= false;
9 references to _autoChunk
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\Http1OutputProducer.cs (9)
124
if (
_autoChunk
)
150
if (
_autoChunk
)
176
Debug.Assert(producer.
_autoChunk
&& producer._advancedBytesForChunk > 0);
206
else if (
_autoChunk
)
231
else if (
_autoChunk
)
265
else if (
_autoChunk
)
376
if (
_autoChunk
)
396
if (
_autoChunk
)
573
if (
_autoChunk
)