2 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
79_currentITlsConnectionFeature = this; 284_currentITlsConnectionFeature = feature;
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
150return _currentITlsConnectionFeature; 411if (_currentITlsConnectionFeature != null) 413yield return new KeyValuePair<Type, object>(ITlsConnectionFeatureType, _currentITlsConnectionFeature);