4 writes to _currentIConnectionLifetimeFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
50
_currentIConnectionLifetimeFeature
= this;
217
_currentIConnectionLifetimeFeature
= (IConnectionLifetimeFeature?)value;
283
feature = Unsafe.As<IConnectionLifetimeFeature?, TFeature?>(ref
_currentIConnectionLifetimeFeature
);
355
_currentIConnectionLifetimeFeature
= Unsafe.As<TFeature?, IConnectionLifetimeFeature?>(ref feature);
3 references to _currentIConnectionLifetimeFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
153
feature =
_currentIConnectionLifetimeFeature
;
413
if (
_currentIConnectionLifetimeFeature
!= null)
415
yield return new KeyValuePair<Type, object>(typeof(IConnectionLifetimeFeature),
_currentIConnectionLifetimeFeature
);