1 write to _started
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
237
_started
= true;
3 references to _started
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnection.cs (3)
216
if (
_started
)
227
if (
_started
)
272
if (!_disposed &&
_started
)