4 writes to _currentIConnectionItemsFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
50
_currentIConnectionItemsFeature
= this;
212
_currentIConnectionItemsFeature
= (IConnectionItemsFeature?)value;
282
feature = Unsafe.As<IConnectionItemsFeature?, TFeature?>(ref
_currentIConnectionItemsFeature
);
358
_currentIConnectionItemsFeature
= Unsafe.As<TFeature?, IConnectionItemsFeature?>(ref feature);
3 references to _currentIConnectionItemsFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
144
feature =
_currentIConnectionItemsFeature
;
420
if (
_currentIConnectionItemsFeature
!= null)
422
yield return new KeyValuePair<Type, object>(typeof(IConnectionItemsFeature),
_currentIConnectionItemsFeature
);