13 references to MaxIntegerEnumerator
System.Linq (13)
System\Linq\Max.cs (13)
341
if (typeof(TSource) == typeof(byte)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<byte>)source);
342
if (typeof(TSource) == typeof(sbyte)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<sbyte>)source);
343
if (typeof(TSource) == typeof(ushort)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<ushort>)source);
344
if (typeof(TSource) == typeof(short)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<short>)source);
345
if (typeof(TSource) == typeof(char)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<char>)source);
346
if (typeof(TSource) == typeof(uint)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<uint>)source);
347
if (typeof(TSource) == typeof(int)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<int>)source);
348
if (typeof(TSource) == typeof(ulong)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<ulong>)source);
349
if (typeof(TSource) == typeof(long)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<long>)source);
350
if (typeof(TSource) == typeof(nuint)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<nuint>)source);
351
if (typeof(TSource) == typeof(nint)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<nint>)source);
352
if (typeof(TSource) == typeof(Int128)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<Int128>)source);
353
if (typeof(TSource) == typeof(UInt128)) return (TSource)(object)
MaxIntegerEnumerator
((IEnumerable<UInt128>)source);