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