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)
122
return
_currentIHttpConnectionFeature
;
383
if (
_currentIHttpConnectionFeature
!= null)
385
yield return new KeyValuePair<Type, object>(IHttpConnectionFeatureType,
_currentIHttpConnectionFeature
);