2 writes to HasStarted
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\RequestStream.cs (2)
89HasStarted = true; 331HasStarted = true;
3 references to HasStarted
Microsoft.AspNetCore.Server.HttpSys (3)
RequestProcessing\Request.cs (1)
258public bool HasRequestBodyStarted => _nativeStream?.HasStarted ?? false;
RequestProcessing\RequestStream.cs (2)
49if (HasStarted) 321if (!HasStarted)