4 writes to _currentIConnectionTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
47_currentIConnectionTransportFeature = null; 171_currentIConnectionTransportFeature = (IConnectionTransportFeature?)value; 217feature = Unsafe.As<IConnectionTransportFeature?, TFeature?>(ref _currentIConnectionTransportFeature); 264_currentIConnectionTransportFeature = Unsafe.As<TFeature?, IConnectionTransportFeature?>(ref feature);
3 references to _currentIConnectionTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
127feature = _currentIConnectionTransportFeature; 302if (_currentIConnectionTransportFeature != null) 304yield return new KeyValuePair<Type, object>(typeof(IConnectionTransportFeature), _currentIConnectionTransportFeature);