15 references to _streams
InMemory.FunctionalTests (5)
Http3\Http3TimeoutTests.cs (4)
142var serverRequestStream = Http3Api.Connection._streams[requestStream.StreamId]; 191serverRequestStream = Http3Api.Connection._streams[requestStream.StreamId]; 265var serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.StreamId]; 327serverInboundControlStream = Http3Api.Connection._streams[outboundControlStream.StreamId];
Http3\WebTransport\WebTransportSessionTests.cs (1)
88Http3Api.Connection._streams[session.SessionId].Abort(new(), System.Net.Http.Http3ErrorCode.InternalError);
Microsoft.AspNetCore.Server.Kestrel.Core (10)
Internal\Http3\Http3Connection.cs (10)
280lock (_streams) 282foreach (var stream in _streams.Values) 464lock (_streams) 514lock (_streams) 516foreach (var stream in _streams.Values) 692lock (_streams) 820lock (_streams) 831_streams[stream.StreamId] = stream; 837lock (_streams) 848_streams.Remove(stream.StreamId);