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