5 writes to _currentIConnectionSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (5)
Internal\SocketConnection.FeatureCollection.cs (1)
15
_currentIConnectionSocketFeature
= this;
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
56
_currentIConnectionSocketFeature
= null;
228
_currentIConnectionSocketFeature
= (IConnectionSocketFeature?)value;
298
feature = Unsafe.As<IConnectionSocketFeature?, TFeature?>(ref
_currentIConnectionSocketFeature
);
374
_currentIConnectionSocketFeature
= Unsafe.As<TFeature?, IConnectionSocketFeature?>(ref feature);
3 references to _currentIConnectionSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
160
feature =
_currentIConnectionSocketFeature
;
436
if (
_currentIConnectionSocketFeature
!= null)
438
yield return new KeyValuePair<Type, object>(typeof(IConnectionSocketFeature),
_currentIConnectionSocketFeature
);