4 writes to _currentIConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
46_currentIConnectionIdFeature = this; 197_currentIConnectionIdFeature = (IConnectionIdFeature?)value; 263feature = Unsafe.As<IConnectionIdFeature?, TFeature?>(ref _currentIConnectionIdFeature); 335_currentIConnectionIdFeature = Unsafe.As<TFeature?, IConnectionIdFeature?>(ref feature);
3 references to _currentIConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
133feature = _currentIConnectionIdFeature; 393if (_currentIConnectionIdFeature != null) 395yield return new KeyValuePair<Type, object>(typeof(IConnectionIdFeature), _currentIConnectionIdFeature);