2 references to StreamPersistentStateKey
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
605
if (!persistentStateFeature.State.TryGetValue(
StreamPersistentStateKey
, out var s))
608
persistentStateFeature.State.Add(
StreamPersistentStateKey
, stream);