2 writes to _currentIConnectionEndPointFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
86_currentIConnectionEndPointFeature = this; 349_currentIConnectionEndPointFeature = feature;
3 references to _currentIConnectionEndPointFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
197return _currentIConnectionEndPointFeature; 459if (_currentIConnectionEndPointFeature != null) 461yield return new KeyValuePair<Type, object>(IConnectionEndPointFeature, _currentIConnectionEndPointFeature);