4 references to WriteLock
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (2)
690
await
WriteLock
.WaitAsync();
698
WriteLock
.Release();
Internal\HttpConnectionDispatcher.cs (2)
642
await connection.
WriteLock
.WaitAsync();
710
connection.
WriteLock
.Release();