4 writes to _currentIConnectionLifetimeFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
52
_currentIConnectionLifetimeFeature
= this;
224
_currentIConnectionLifetimeFeature
= (IConnectionLifetimeFeature?)value;
294
feature = Unsafe.As<IConnectionLifetimeFeature?, TFeature?>(ref
_currentIConnectionLifetimeFeature
);
370
_currentIConnectionLifetimeFeature
= Unsafe.As<TFeature?, IConnectionLifetimeFeature?>(ref feature);
3 references to _currentIConnectionLifetimeFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
156
feature =
_currentIConnectionLifetimeFeature
;
432
if (
_currentIConnectionLifetimeFeature
!= null)
434
yield return new KeyValuePair<Type, object>(typeof(IConnectionLifetimeFeature),
_currentIConnectionLifetimeFeature
);