4 writes to _currentIConnectionLifetimeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
44
_currentIConnectionLifetimeFeature
= this;
183
_currentIConnectionLifetimeFeature
= (IConnectionLifetimeFeature?)value;
229
feature = Unsafe.As<IConnectionLifetimeFeature?, TFeature?>(ref
_currentIConnectionLifetimeFeature
);
276
_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)
139
feature =
_currentIConnectionLifetimeFeature
;
314
if (
_currentIConnectionLifetimeFeature
!= null)
316
yield return new KeyValuePair<Type, object>(typeof(IConnectionLifetimeFeature),
_currentIConnectionLifetimeFeature
);