4 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
113_currentITlsConnectionFeature = null; 422_currentITlsConnectionFeature = (ITlsConnectionFeature?)value; 576feature = Unsafe.As<ITlsConnectionFeature?, TFeature?>(ref _currentITlsConnectionFeature); 736_currentITlsConnectionFeature = Unsafe.As<TFeature?, ITlsConnectionFeature?>(ref feature);
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
270feature = _currentITlsConnectionFeature; 882if (_currentITlsConnectionFeature != null) 884yield return new KeyValuePair<Type, object>(typeof(ITlsConnectionFeature), _currentITlsConnectionFeature);