2 writes to _startCalled
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1OutputProducer.cs (2)
367
_startCalled
= true;
547
_startCalled
= false;
3 references to _startCalled
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\Http1OutputProducer.cs (3)
202
else if (!
_startCalled
)
227
else if (!
_startCalled
)
253
if (!
_startCalled
)