1 write to _input
Microsoft.AspNetCore.Http.Connections.Tests (1)
TestWebSocketConnectionFeature.cs (1)
70_input = input;
6 references to _input
Microsoft.AspNetCore.Http.Connections.Tests (6)
TestWebSocketConnectionFeature.cs (6)
136await _input.WaitToReadAsync(cancellationToken); 138if (_input.TryRead(out var message)) 212while (await _input.WaitToReadAsync()) 214if (_input.TryRead(out var message)) 233while (await _input.WaitToReadAsync()) 235while (_input.TryRead(out var message))