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)
197
return
_currentIConnectionEndPointFeature
;
459
if (
_currentIConnectionEndPointFeature
!= null)
461
yield return new KeyValuePair<Type, object>(IConnectionEndPointFeature,
_currentIConnectionEndPointFeature
);