4 writes to _currentIConnectionEndPointFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
45_currentIConnectionEndPointFeature = this; 187_currentIConnectionEndPointFeature = (IConnectionEndPointFeature?)value; 233feature = Unsafe.As<IConnectionEndPointFeature?, TFeature?>(ref _currentIConnectionEndPointFeature); 280_currentIConnectionEndPointFeature = Unsafe.As<TFeature?, IConnectionEndPointFeature?>(ref feature);
3 references to _currentIConnectionEndPointFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
143feature = _currentIConnectionEndPointFeature; 318if (_currentIConnectionEndPointFeature != null) 320yield return new KeyValuePair<Type, object>(typeof(IConnectionEndPointFeature), _currentIConnectionEndPointFeature);