4 writes to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
95
_currentIHttpConnectionFeature
= this;
402
_currentIHttpConnectionFeature
= (IHttpConnectionFeature?)value;
556
feature = Unsafe.As<IHttpConnectionFeature?, TFeature?>(ref
_currentIHttpConnectionFeature
);
716
_currentIHttpConnectionFeature
= Unsafe.As<TFeature?, IHttpConnectionFeature?>(ref feature);
3 references to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
250
feature =
_currentIHttpConnectionFeature
;
862
if (
_currentIHttpConnectionFeature
!= null)
864
yield return new KeyValuePair<Type, object>(typeof(IHttpConnectionFeature),
_currentIHttpConnectionFeature
);