4 references to WriteLock
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (2)
320
await
WriteLock
.WaitAsync();
328
WriteLock
.Release();
Internal\HttpConnectionDispatcher.cs (2)
470
await connection.
WriteLock
.WaitAsync();
538
connection.
WriteLock
.Release();