4 writes to _currentIConnectionSocketFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
53
_currentIConnectionSocketFeature
= null;
221
_currentIConnectionSocketFeature
= (IConnectionSocketFeature?)value;
287
feature = Unsafe.As<IConnectionSocketFeature?, TFeature?>(ref
_currentIConnectionSocketFeature
);
359
_currentIConnectionSocketFeature
= Unsafe.As<TFeature?, IConnectionSocketFeature?>(ref feature);
3 references to _currentIConnectionSocketFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
157
feature =
_currentIConnectionSocketFeature
;
417
if (
_currentIConnectionSocketFeature
!= null)
419
yield return new KeyValuePair<Type, object>(typeof(IConnectionSocketFeature),
_currentIConnectionSocketFeature
);