4 writes to _currentIMemoryPoolFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
49_currentIMemoryPoolFeature = this; 213_currentIMemoryPoolFeature = (IMemoryPoolFeature?)value; 279feature = Unsafe.As<IMemoryPoolFeature?, TFeature?>(ref _currentIMemoryPoolFeature); 351_currentIMemoryPoolFeature = Unsafe.As<TFeature?, IMemoryPoolFeature?>(ref feature);
3 references to _currentIMemoryPoolFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
149feature = _currentIMemoryPoolFeature; 409if (_currentIMemoryPoolFeature != null) 411yield return new KeyValuePair<Type, object>(typeof(IMemoryPoolFeature), _currentIMemoryPoolFeature);