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;
225
feature = 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)
135
feature =
_currentIMemoryPoolFeature
;
310
if (
_currentIMemoryPoolFeature
!= null)
312
yield return new KeyValuePair<Type, object>(typeof(IMemoryPoolFeature),
_currentIMemoryPoolFeature
);