2 writes to _currentITlsHandshakeFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
80_currentITlsHandshakeFeature = GetTlsHandshakeFeature(); 289_currentITlsHandshakeFeature = feature;
3 references to _currentITlsHandshakeFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
154return _currentITlsHandshakeFeature; 415if (_currentITlsHandshakeFeature != null) 417yield return new KeyValuePair<Type, object>(ITlsHandshakeFeatureType, _currentITlsHandshakeFeature);