2 references to DoWork
System.Web (2)
WebSockets\AspNetWebSocket.cs (2)
394
WebSocketReceiveResult result = await
DoWork
(() => _pipe.ReadFragmentAsync(buffer), cancellationToken).ConfigureAwait(continueOnCapturedContext: false);
608
return
DoWork
<object>(async () => { await taskDelegate().ConfigureAwait(continueOnCapturedContext: false); return null; }, cancellationToken);