4 references to StreamPersistentStateKey
InMemory.FunctionalTests (2)
Http3\Http3ConnectionTests.cs (2)
501var http3Stream1 = (Http3Stream)streamContext1.Features.Get<IPersistentStateFeature>().State[Http3Connection.StreamPersistentStateKey]; 508var http3Stream2 = (Http3Stream)streamContext2.Features.Get<IPersistentStateFeature>().State[Http3Connection.StreamPersistentStateKey];
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3Connection.cs (2)
605if (!persistentStateFeature.State.TryGetValue(StreamPersistentStateKey, out var s)) 608persistentStateFeature.State.Add(StreamPersistentStateKey, stream);