7 implementations of IUnsignedNumber
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
24
IUnsignedNumber
<byte>,
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
30
IUnsignedNumber
<char>,
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
22
IUnsignedNumber
<UInt128>,
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
26
IUnsignedNumber
<ushort>,
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
26
IUnsignedNumber
<uint>,
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
26
IUnsignedNumber
<ulong>,
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
35
IUnsignedNumber
<nuint>,
12 references to IUnsignedNumber
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Numerics\IUnsignedNumber.cs (1)
10
where TSelf :
IUnsignedNumber
<TSelf>?
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (3)
74
where T : struct,
IUnsignedNumber
<T>
99
where T : struct,
IUnsignedNumber
<T>
141
where T : struct,
IUnsignedNumber
<T>
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (7)
3488
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3492
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3497
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
3515
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
3654
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3658
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3662
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
402
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
IUnsignedNumber
<>))]