3 references to TryGetFirst
System.Linq (3)
System\Linq\First.cs (3)
24TSource? first = source.TryGetFirst(predicate, out bool found); 49source.TryGetFirst(predicate, out _); 60TSource? first = source.TryGetFirst(predicate, out bool found);