2 writes to _currentITlsHandshakeFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
82_currentITlsHandshakeFeature = GetTlsHandshakeFeature(); 296_currentITlsHandshakeFeature = feature;
3 references to _currentITlsHandshakeFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
157return _currentITlsHandshakeFeature; 427if (_currentITlsHandshakeFeature != null) 429yield return new KeyValuePair<Type, object>(ITlsHandshakeFeatureType, _currentITlsHandshakeFeature);