4 references to WriteLock
Microsoft.AspNetCore.Http.Connections (4)
Internal\HttpConnectionContext.cs (2)
447
await
WriteLock
.WaitAsync();
455
WriteLock
.Release();
Internal\HttpConnectionDispatcher.cs (2)
711
await connection.
WriteLock
.WaitAsync();
779
connection.
WriteLock
.Release();