5 references to _streamCollections
Microsoft.Diagnostics.NETCore.Client (5)
ReversedServer\ReversedDiagnosticsServer.cs (5)
138foreach (HandleableCollection<Stream> streamCollection in _streamCollections.Values) 143_streamCollections.Clear(); 218if (_streamCollections.TryRemove(runtimeCookie, out HandleableCollection<Stream> streamCollection)) 297HandleableCollection<Stream> streamCollection = _streamCollections.GetOrAdd(runtimeCookie, newStreamCollection); 326return _streamCollections.GetOrAdd(runtimeCookie, _ => new HandleableCollection<Stream>());