2 writes to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
76_currentIHttpConnectionFeature = this; 256_currentIHttpConnectionFeature = feature;
3 references to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
125return _currentIHttpConnectionFeature; 395if (_currentIHttpConnectionFeature != null) 397yield return new KeyValuePair<Type, object>(IHttpConnectionFeatureType, _currentIHttpConnectionFeature);