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