4 writes to _currentIMemoryPoolFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
43_currentIMemoryPoolFeature = this; 179_currentIMemoryPoolFeature = (IMemoryPoolFeature?)value; 225feature = Unsafe.As<IMemoryPoolFeature?, TFeature?>(ref _currentIMemoryPoolFeature); 272_currentIMemoryPoolFeature = Unsafe.As<TFeature?, IMemoryPoolFeature?>(ref feature);
3 references to _currentIMemoryPoolFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
135feature = _currentIMemoryPoolFeature; 310if (_currentIMemoryPoolFeature != null) 312yield return new KeyValuePair<Type, object>(typeof(IMemoryPoolFeature), _currentIMemoryPoolFeature);