4 writes to _currentIConnectionTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
49
_currentIConnectionTransportFeature
= this;
208
_currentIConnectionTransportFeature
= (IConnectionTransportFeature?)value;
278
feature = Unsafe.As<IConnectionTransportFeature?, TFeature?>(ref
_currentIConnectionTransportFeature
);
354
_currentIConnectionTransportFeature
= Unsafe.As<TFeature?, IConnectionTransportFeature?>(ref feature);
3 references to _currentIConnectionTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
140
feature =
_currentIConnectionTransportFeature
;
416
if (
_currentIConnectionTransportFeature
!= null)
418
yield return new KeyValuePair<Type, object>(typeof(IConnectionTransportFeature),
_currentIConnectionTransportFeature
);