5 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicConnectionContext.FeatureCollection.cs (1)
44
_currentITlsConnectionFeature
= this;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
46
_currentITlsConnectionFeature
= null;
184
_currentITlsConnectionFeature
= (ITlsConnectionFeature?)value;
226
feature = Unsafe.As<ITlsConnectionFeature?, TFeature?>(ref
_currentITlsConnectionFeature
);
269
_currentITlsConnectionFeature
= Unsafe.As<TFeature?, ITlsConnectionFeature?>(ref feature);
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
144
feature =
_currentITlsConnectionFeature
;
303
if (
_currentITlsConnectionFeature
!= null)
305
yield return new KeyValuePair<Type, object>(typeof(ITlsConnectionFeature),
_currentITlsConnectionFeature
);