4 writes to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
113
_currentITlsConnectionFeature
= null;
422
_currentITlsConnectionFeature
= (ITlsConnectionFeature?)value;
576
feature = Unsafe.As<ITlsConnectionFeature?, TFeature?>(ref
_currentITlsConnectionFeature
);
736
_currentITlsConnectionFeature
= Unsafe.As<TFeature?, ITlsConnectionFeature?>(ref feature);
3 references to _currentITlsConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
270
feature =
_currentITlsConnectionFeature
;
882
if (
_currentITlsConnectionFeature
!= null)
884
yield return new KeyValuePair<Type, object>(typeof(ITlsConnectionFeature),
_currentITlsConnectionFeature
);