1 write to _currentISessionFeature
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.Features.cs (1)
306
_currentISessionFeature
= feature;
3 references to _currentISessionFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
165
return
_currentISessionFeature
;
435
if (
_currentISessionFeature
!= null)
437
yield return new KeyValuePair<Type, object>(ISessionFeatureType,
_currentISessionFeature
);