2 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
81_currentITlsConnectionFeature = this; 291_currentITlsConnectionFeature = feature;
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
153return _currentITlsConnectionFeature; 423if (_currentITlsConnectionFeature != null) 425yield return new KeyValuePair<Type, object>(ITlsConnectionFeatureType, _currentITlsConnectionFeature);