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)
49
_currentITlsConnectionFeature
= null;
195
_currentITlsConnectionFeature
= (ITlsConnectionFeature?)value;
241
feature = Unsafe.As<ITlsConnectionFeature?, TFeature?>(ref
_currentITlsConnectionFeature
);
288
_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)
151
feature =
_currentITlsConnectionFeature
;
326
if (
_currentITlsConnectionFeature
!= null)
328
yield return new KeyValuePair<Type, object>(typeof(ITlsConnectionFeature),
_currentITlsConnectionFeature
);