4 writes to _currentIConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
39_currentIConnectionIdFeature = this; 160_currentIConnectionIdFeature = (IConnectionIdFeature?)value; 202feature = Unsafe.As<IConnectionIdFeature?, TFeature?>(ref _currentIConnectionIdFeature); 245_currentIConnectionIdFeature = Unsafe.As<TFeature?, IConnectionIdFeature?>(ref feature);
3 references to _currentIConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
120feature = _currentIConnectionIdFeature; 279if (_currentIConnectionIdFeature != null) 281yield return new KeyValuePair<Type, object>(typeof(IConnectionIdFeature), _currentIConnectionIdFeature);