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); 414var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 417_transport.Input.AdvanceTo(_consumed, _examined); 437var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 440_transport.Input.AdvanceTo(_consumed, _examined); 456var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 458_transport.Input.AdvanceTo(_consumed, _examined); 469var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 473_transport.Input.AdvanceTo(_consumed, _examined); 483var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 487_transport.Input.AdvanceTo(_consumed, _examined); 500var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 504_transport.Input.AdvanceTo(_consumed, _examined); 517var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 521_transport.Input.AdvanceTo(_consumed, _examined); 534var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 538_transport.Input.AdvanceTo(_consumed, _examined); 549var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 555_transport.Input.AdvanceTo(_consumed, _examined); 838var readableBuffer = (await _transport.Input.ReadAsync()).Buffer; 842_transport.Input.AdvanceTo(_consumed, _examined);
Http1\Http1ConnectionTestsBase.cs (2)
70_transport.Input.Complete(); 71_transport.Output.Complete();