5 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicConnectionContext.FeatureCollection.cs (1)
44_currentITlsConnectionFeature = this;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
49_currentITlsConnectionFeature = null; 195_currentITlsConnectionFeature = (ITlsConnectionFeature?)value; 241feature = Unsafe.As<ITlsConnectionFeature?, TFeature?>(ref _currentITlsConnectionFeature); 288_currentITlsConnectionFeature = Unsafe.As<TFeature?, ITlsConnectionFeature?>(ref feature);
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
151feature = _currentITlsConnectionFeature; 326if (_currentITlsConnectionFeature != null) 328yield return new KeyValuePair<Type, object>(typeof(ITlsConnectionFeature), _currentITlsConnectionFeature);