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); 303return _inner.OnInboundDecoderStream(stream); 308return _inner.OnInboundEncoderStream(stream); 313_inner.OnStreamCompleted(stream); 323_inner.OnStreamConnectionError(ex); 328_inner.OnStreamCreated(stream); 338_inner.OnStreamHeaderReceived(stream); 348_inner.OnUnidentifiedStreamReceived(stream);