4 writes to _currentIConnectionLifetimeFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
52_currentIConnectionLifetimeFeature = this; 224_currentIConnectionLifetimeFeature = (IConnectionLifetimeFeature?)value; 294feature = Unsafe.As<IConnectionLifetimeFeature?, TFeature?>(ref _currentIConnectionLifetimeFeature); 370_currentIConnectionLifetimeFeature = Unsafe.As<TFeature?, IConnectionLifetimeFeature?>(ref feature);
3 references to _currentIConnectionLifetimeFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
156feature = _currentIConnectionLifetimeFeature; 432if (_currentIConnectionLifetimeFeature != null) 434yield return new KeyValuePair<Type, object>(typeof(IConnectionLifetimeFeature), _currentIConnectionLifetimeFeature);