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