12 references to _unidentifiedStreams
InMemory.FunctionalTests (3)
Http3\Http3TimeoutTests.cs (3)
185
serverRequestStream = Http3Api.Connection.
_unidentifiedStreams
[requestStream.StreamId];
229
var serverInboundControlStream = Http3Api.Connection.
_unidentifiedStreams
[outboundControlStream.StreamId];
322
serverInboundControlStream = Http3Api.Connection.
_unidentifiedStreams
[outboundControlStream.StreamId];
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http3\Http3Connection.cs (9)
262
lock (
_unidentifiedStreams
)
264
foreach (var stream in
_unidentifiedStreams
.Values)
401
_unidentifiedStreams
.Remove(streamIdFeature.StreamId, out _);
434
_unidentifiedStreams
.Remove(streamIdFeature.StreamId, out _);
453
_unidentifiedStreams
.Remove(ex.StreamId, out var stream);
522
lock (
_unidentifiedStreams
)
524
foreach (var stream in
_unidentifiedStreams
.Values)
810
lock (
_unidentifiedStreams
)
813
_unidentifiedStreams
.Add(stream.StreamId, stream);