4 writes to _streamLifetimeHandler
InMemory.FunctionalTests (3)
Http2\Http2TestBase.cs (1)
495_connection._streamLifetimeHandler = new LifetimeHandlerInterceptor(_connection._streamLifetimeHandler, this);
Http2\Http2WebSocketTests.cs (2)
193_connection._streamLifetimeHandler = streamLifetimeHandler.Object; 635_connection._streamLifetimeHandler = streamLifetimeHandler.Object;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
158_streamLifetimeHandler = this;
4 references to _streamLifetimeHandler
InMemory.FunctionalTests (3)
Http2\Http2TestBase.cs (1)
495_connection._streamLifetimeHandler = new LifetimeHandlerInterceptor(_connection._streamLifetimeHandler, this);
Http2\Http2WebSocketTests.cs (2)
182var originalHandler = _connection._streamLifetimeHandler; 621var originalHandler = _connection._streamLifetimeHandler;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Connection.cs (1)
902_streamLifetimeHandler,