4 writes to _currentIConnectionTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
47_currentIConnectionTransportFeature = this; 201_currentIConnectionTransportFeature = (IConnectionTransportFeature?)value; 267feature = Unsafe.As<IConnectionTransportFeature?, TFeature?>(ref _currentIConnectionTransportFeature); 339_currentIConnectionTransportFeature = Unsafe.As<TFeature?, IConnectionTransportFeature?>(ref feature);
3 references to _currentIConnectionTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
137feature = _currentIConnectionTransportFeature; 397if (_currentIConnectionTransportFeature != null) 399yield return new KeyValuePair<Type, object>(typeof(IConnectionTransportFeature), _currentIConnectionTransportFeature);