4 writes to _currentIConnectionEndPointFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
45
_currentIConnectionEndPointFeature
= this;
187
_currentIConnectionEndPointFeature
= (IConnectionEndPointFeature?)value;
233
feature = Unsafe.As<IConnectionEndPointFeature?, TFeature?>(ref
_currentIConnectionEndPointFeature
);
280
_currentIConnectionEndPointFeature
= Unsafe.As<TFeature?, IConnectionEndPointFeature?>(ref feature);
3 references to _currentIConnectionEndPointFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
143
feature =
_currentIConnectionEndPointFeature
;
318
if (
_currentIConnectionEndPointFeature
!= null)
320
yield return new KeyValuePair<Type, object>(typeof(IConnectionEndPointFeature),
_currentIConnectionEndPointFeature
);