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