1 write to UpstreamTask
Microsoft.AspNetCore.Owin (1)
WebSockets\OwinWebSocketAcceptAdapter.cs (1)
127adapter.UpstreamTask = next(environment);
2 references to UpstreamTask
Microsoft.AspNetCore.Owin (2)
WebSockets\OwinWebSocketAcceptAdapter.cs (2)
78return UpstreamTask; 129adapter.UpstreamTask.ContinueWith(adapter.EnsureCompleted, CancellationToken.None, TaskContinuationOptions.ExecuteSynchronously, TaskScheduler.Default);