4 writes to _currentIHttpBodyControlFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
97
_currentIHttpBodyControlFeature
= this;
470
_currentIHttpBodyControlFeature
= (IHttpBodyControlFeature?)value;
624
feature = Unsafe.As<IHttpBodyControlFeature?, TFeature?>(ref
_currentIHttpBodyControlFeature
);
784
_currentIHttpBodyControlFeature
= Unsafe.As<TFeature?, IHttpBodyControlFeature?>(ref feature);
3 references to _currentIHttpBodyControlFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
318
feature =
_currentIHttpBodyControlFeature
;
930
if (
_currentIHttpBodyControlFeature
!= null)
932
yield return new KeyValuePair<Type, object>(typeof(IHttpBodyControlFeature),
_currentIHttpBodyControlFeature
);