3 references to TryGetSingle
System.Linq (3)
System\Linq\Single.cs (3)
13TSource? single = source.TryGetSingle(out bool found); 33=> source.TryGetSingle(out _); 44var single = source.TryGetSingle(out bool found);