3 writes to PreviousPollTask
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
418PreviousPollTask = currentRequestTask; 453PreviousPollTask = currentRequestTask;
Microsoft.AspNetCore.Http.Connections.Tests (1)
HttpConnectionDispatcherTests.cs (1)
1567connection.PreviousPollTask = lastPollTcs.Task;
1 reference to PreviousPollTask
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
570await PreviousPollTask;