1 write to _inner
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
284_inner = inner;
9 references to _inner
InMemory.FunctionalTests (9)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (9)
290return _inner.OnInboundControlStream(stream); 295_inner.OnInboundControlStreamSetting(type, value); 304return _inner.OnInboundDecoderStream(stream); 309return _inner.OnInboundEncoderStream(stream); 314_inner.OnStreamCompleted(stream); 324_inner.OnStreamConnectionError(ex); 329_inner.OnStreamCreated(stream); 339_inner.OnStreamHeaderReceived(stream); 349_inner.OnUnidentifiedStreamReceived(stream);