4 writes to _currentIConnectionLifetimeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
42
_currentIConnectionLifetimeFeature
= this;
176
_currentIConnectionLifetimeFeature
= (IConnectionLifetimeFeature?)value;
218
feature = Unsafe.As<IConnectionLifetimeFeature?, TFeature?>(ref
_currentIConnectionLifetimeFeature
);
261
_currentIConnectionLifetimeFeature
= Unsafe.As<TFeature?, IConnectionLifetimeFeature?>(ref feature);
3 references to _currentIConnectionLifetimeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
136
feature =
_currentIConnectionLifetimeFeature
;
295
if (
_currentIConnectionLifetimeFeature
!= null)
297
yield return new KeyValuePair<Type, object>(typeof(IConnectionLifetimeFeature),
_currentIConnectionLifetimeFeature
);