4 writes to _currentIQueryFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
107
_currentIQueryFeature
= null;
382
_currentIQueryFeature
= (IQueryFeature?)value;
536
feature = 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)
230
feature =
_currentIQueryFeature
;
842
if (
_currentIQueryFeature
!= null)
844
yield return new KeyValuePair<Type, object>(typeof(IQueryFeature),
_currentIQueryFeature
);