1 write to _transport
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Http1\Http1ConnectionTestsBase.cs (1)
38_transport = pair.Transport;
38 references to _transport
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (38)
Http1\Http1ConnectionTests.cs (36)
35var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 38_transport.Input.AdvanceTo(_consumed, _examined); 54var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 70var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 81var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 84_transport.Input.AdvanceTo(_consumed, _examined); 98var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 101_transport.Input.AdvanceTo(_consumed, _examined); 124var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 134_transport.Input.AdvanceTo(TakeStartLineAndMessageHeaders()); 139readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 148_transport.Input.AdvanceTo(TakeMessageHeaders()); 277var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 280_transport.Input.AdvanceTo(_consumed, _examined); 289readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 292_transport.Input.AdvanceTo(_consumed, _examined); 440var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 443_transport.Input.AdvanceTo(_consumed, _examined); 463var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 466_transport.Input.AdvanceTo(_consumed, _examined); 482var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 484_transport.Input.AdvanceTo(_consumed, _examined); 495var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 499_transport.Input.AdvanceTo(_consumed, _examined); 509var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 513_transport.Input.AdvanceTo(_consumed, _examined); 526var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 530_transport.Input.AdvanceTo(_consumed, _examined); 543var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 547_transport.Input.AdvanceTo(_consumed, _examined); 560var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 564_transport.Input.AdvanceTo(_consumed, _examined); 575var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 581_transport.Input.AdvanceTo(_consumed, _examined); 864var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 868_transport.Input.AdvanceTo(_consumed, _examined);
Http1\Http1ConnectionTestsBase.cs (2)
70_transport.Input.Complete(); 71_transport.Output.Complete();