4 writes to _currentIConnectionItemsFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
50_currentIConnectionItemsFeature = this; 212_currentIConnectionItemsFeature = (IConnectionItemsFeature?)value; 282feature = Unsafe.As<IConnectionItemsFeature?, TFeature?>(ref _currentIConnectionItemsFeature); 358_currentIConnectionItemsFeature = Unsafe.As<TFeature?, IConnectionItemsFeature?>(ref feature);
3 references to _currentIConnectionItemsFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
144feature = _currentIConnectionItemsFeature; 420if (_currentIConnectionItemsFeature != null) 422yield return new KeyValuePair<Type, object>(typeof(IConnectionItemsFeature), _currentIConnectionItemsFeature);