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