5 writes to _currentIPersistentStateFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicStreamContext.FeatureCollection.cs (1)
124_currentIPersistentStateFeature = this;
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
52_currentIPersistentStateFeature = null; 209_currentIPersistentStateFeature = (IPersistentStateFeature?)value; 275feature = Unsafe.As<IPersistentStateFeature?, TFeature?>(ref _currentIPersistentStateFeature); 347_currentIPersistentStateFeature = Unsafe.As<TFeature?, IPersistentStateFeature?>(ref feature);
3 references to _currentIPersistentStateFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
145feature = _currentIPersistentStateFeature; 405if (_currentIPersistentStateFeature != null) 407yield return new KeyValuePair<Type, object>(typeof(IPersistentStateFeature), _currentIPersistentStateFeature);