1 write to _inner
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
283_inner = inner;
9 references to _inner
InMemory.FunctionalTests (9)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (9)
289return _inner.OnInboundControlStream(stream); 294_inner.OnInboundControlStreamSetting(type, value); 303var res = _inner.OnInboundDecoderStream(stream); 315var res = _inner.OnInboundEncoderStream(stream); 327_inner.OnStreamCompleted(stream); 337_inner.OnStreamConnectionError(ex); 342_inner.OnStreamCreated(stream); 352_inner.OnStreamHeaderReceived(stream); 362_inner.OnUnidentifiedStreamReceived(stream);