4 writes to _currentIConnectionSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
53_currentIConnectionSocketFeature = null; 221_currentIConnectionSocketFeature = (IConnectionSocketFeature?)value; 287feature = Unsafe.As<IConnectionSocketFeature?, TFeature?>(ref _currentIConnectionSocketFeature); 359_currentIConnectionSocketFeature = Unsafe.As<TFeature?, IConnectionSocketFeature?>(ref feature);
3 references to _currentIConnectionSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
157feature = _currentIConnectionSocketFeature; 417if (_currentIConnectionSocketFeature != null) 419yield return new KeyValuePair<Type, object>(typeof(IConnectionSocketFeature), _currentIConnectionSocketFeature);