2 references to StreamPersistentStateKey
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;