2 references to StreamPersistentStateKey
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
619if (!persistentStateFeature.State.TryGetValue(StreamPersistentStateKey, out var s) || 623persistentStateFeature.State[StreamPersistentStateKey] = stream;