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) 691lock (_streams) 819lock (_streams) 830_streams[stream.StreamId] = stream; 836lock (_streams) 847_streams.Remove(stream.StreamId);