3 references to TryGetSingle
System.Linq (3)
System\Linq\Single.cs (3)
23TSource? single = source.TryGetSingle(predicate, out bool found); 49=> source.TryGetSingle(predicate, out _); 61var single = source.TryGetSingle(predicate, out bool found);