4 writes to _currentIMemoryPoolFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
51
_currentIMemoryPoolFeature
= this;
220
_currentIMemoryPoolFeature
= (IMemoryPoolFeature?)value;
290
feature = Unsafe.As<IMemoryPoolFeature?, TFeature?>(ref
_currentIMemoryPoolFeature
);
366
_currentIMemoryPoolFeature
= Unsafe.As<TFeature?, IMemoryPoolFeature?>(ref feature);
3 references to _currentIMemoryPoolFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
152
feature =
_currentIMemoryPoolFeature
;
428
if (
_currentIMemoryPoolFeature
!= null)
430
yield return new KeyValuePair<Type, object>(typeof(IMemoryPoolFeature),
_currentIMemoryPoolFeature
);