4 writes to _currentIConnectionTransportFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
47
_currentIConnectionTransportFeature
= this;
201
_currentIConnectionTransportFeature
= (IConnectionTransportFeature?)value;
267
feature = Unsafe.As<IConnectionTransportFeature?, TFeature?>(ref
_currentIConnectionTransportFeature
);
339
_currentIConnectionTransportFeature
= Unsafe.As<TFeature?, IConnectionTransportFeature?>(ref feature);
3 references to _currentIConnectionTransportFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
137
feature =
_currentIConnectionTransportFeature
;
397
if (
_currentIConnectionTransportFeature
!= null)
399
yield return new KeyValuePair<Type, object>(typeof(IConnectionTransportFeature),
_currentIConnectionTransportFeature
);