1 write to _connection
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
1144
var connection = Interlocked.Exchange(ref
_connection
, null);
1 reference to _connection
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
1136
if (
_connection
is not null)