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)
46_currentITlsConnectionFeature = null; 184_currentITlsConnectionFeature = (ITlsConnectionFeature?)value; 226feature = Unsafe.As<ITlsConnectionFeature?, TFeature?>(ref _currentITlsConnectionFeature); 269_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)
144feature = _currentITlsConnectionFeature; 303if (_currentITlsConnectionFeature != null) 305yield return new KeyValuePair<Type, object>(typeof(ITlsConnectionFeature), _currentITlsConnectionFeature);