4 writes to _currentIPersistentStateFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
55_currentIPersistentStateFeature = null; 216_currentIPersistentStateFeature = (IPersistentStateFeature?)value; 286feature = Unsafe.As<IPersistentStateFeature?, TFeature?>(ref _currentIPersistentStateFeature); 362_currentIPersistentStateFeature = Unsafe.As<TFeature?, IPersistentStateFeature?>(ref feature);
3 references to _currentIPersistentStateFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
148feature = _currentIPersistentStateFeature; 424if (_currentIPersistentStateFeature != null) 426yield return new KeyValuePair<Type, object>(typeof(IPersistentStateFeature), _currentIPersistentStateFeature);