1 write to _inner
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
279_inner = inner;
9 references to _inner
InMemory.FunctionalTests (9)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (9)
285return _inner.OnInboundControlStream(stream); 290_inner.OnInboundControlStreamSetting(type, value); 299return _inner.OnInboundDecoderStream(stream); 304return _inner.OnInboundEncoderStream(stream); 309_inner.OnStreamCompleted(stream); 319_inner.OnStreamConnectionError(ex); 324_inner.OnStreamCreated(stream); 334_inner.OnStreamHeaderReceived(stream); 344_inner.OnUnidentifiedStreamReceived(stream);