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)
202else if (!_startCalled) 227else if (!_startCalled) 253if (!_startCalled)