4 writes to _currentIQueryFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
107_currentIQueryFeature = null; 382_currentIQueryFeature = (IQueryFeature?)value; 536feature = Unsafe.As<IQueryFeature?, TFeature?>(ref _currentIQueryFeature); 696_currentIQueryFeature = Unsafe.As<TFeature?, IQueryFeature?>(ref feature);
3 references to _currentIQueryFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
230feature = _currentIQueryFeature; 842if (_currentIQueryFeature != null) 844yield return new KeyValuePair<Type, object>(typeof(IQueryFeature), _currentIQueryFeature);