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