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>,
13 references to IUnsignedNumber
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
600
where TInteger : unmanaged, IBinaryInteger<TInteger>,
IUnsignedNumber
<TInteger>
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)
3857
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3861
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
3866
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
3884
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
4023
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
4027
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool> =>
4031
where T : struct,
IUnsignedNumber
<T>, IComparisonOperators<T, T, bool>
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
406
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Numerics.
IUnsignedNumber
<>))]