4 writes to _currentISessionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
110_currentISessionFeature = null; 406_currentISessionFeature = (ISessionFeature?)value; 560feature = Unsafe.As<ISessionFeature?, TFeature?>(ref _currentISessionFeature); 720_currentISessionFeature = Unsafe.As<TFeature?, ISessionFeature?>(ref feature);
3 references to _currentISessionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
254feature = _currentISessionFeature; 866if (_currentISessionFeature != null) 868yield return new KeyValuePair<Type, object>(typeof(ISessionFeature), _currentISessionFeature);