6 references to _handlers
Microsoft.Diagnostics.NETCore.Client (6)
HandleableCollection.cs (6)
84
foreach (Tuple<TaskCompletionSource<T>, Handler> tuple in
_handlers
)
88
_handlers
.Clear();
106
for (int i = 0; !handledValue && i <
_handlers
.Count; i++)
108
Tuple<TaskCompletionSource<T>, Handler> handler =
_handlers
[i];
112
_handlers
.RemoveAt(i);
208
_handlers
.Add(Tuple.Create(completionSource, handler));