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