3 implementations of State
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.FeatureCollection.cs (1)
31IDictionary<object, object?> IPersistentStateFeature.State
Internal\Http2\Http2Stream.FeatureCollection.cs (1)
68IDictionary<object, object?> IPersistentStateFeature.State
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.FeatureCollection.cs (1)
50IDictionary<object, object?> IPersistentStateFeature.State
2 references to State
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
619if (!persistentStateFeature.State.TryGetValue(StreamPersistentStateKey, out var s) || 623persistentStateFeature.State[StreamPersistentStateKey] = stream;