4 writes to _currentIConnectionLifetimeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
50_currentIConnectionLifetimeFeature = this; 217_currentIConnectionLifetimeFeature = (IConnectionLifetimeFeature?)value; 283feature = Unsafe.As<IConnectionLifetimeFeature?, TFeature?>(ref _currentIConnectionLifetimeFeature); 355_currentIConnectionLifetimeFeature = Unsafe.As<TFeature?, IConnectionLifetimeFeature?>(ref feature);
3 references to _currentIConnectionLifetimeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
153feature = _currentIConnectionLifetimeFeature; 413if (_currentIConnectionLifetimeFeature != null) 415yield return new KeyValuePair<Type, object>(typeof(IConnectionLifetimeFeature), _currentIConnectionLifetimeFeature);