2 writes to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
74_currentIHttpConnectionFeature = this; 249_currentIHttpConnectionFeature = feature;
3 references to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
122return _currentIHttpConnectionFeature; 383if (_currentIHttpConnectionFeature != null) 385yield return new KeyValuePair<Type, object>(IHttpConnectionFeatureType, _currentIHttpConnectionFeature);