2 references to TryHandler
Microsoft.Diagnostics.NETCore.Client (2)
HandleableCollection.cs (2)
110
if (
TryHandler
(item, handler.Item2, handler.Item1, out handledValue))
197
stopHandling =
TryHandler
(item, handler, completionSource, out bool removeItem);