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