4 writes to _currentIPersistentStateFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
52
_currentIPersistentStateFeature
= null;
209
_currentIPersistentStateFeature
= (IPersistentStateFeature?)value;
275
feature = Unsafe.As<IPersistentStateFeature?, TFeature?>(ref
_currentIPersistentStateFeature
);
347
_currentIPersistentStateFeature
= Unsafe.As<TFeature?, IPersistentStateFeature?>(ref feature);
3 references to _currentIPersistentStateFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
145
feature =
_currentIPersistentStateFeature
;
405
if (
_currentIPersistentStateFeature
!= null)
407
yield return new KeyValuePair<Type, object>(typeof(IPersistentStateFeature),
_currentIPersistentStateFeature
);