7 implementations of IUnsignedNumber
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
24IUnsignedNumber<byte>,
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
30IUnsignedNumber<char>,
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
22IUnsignedNumber<UInt128>,
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
26IUnsignedNumber<ushort>,
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
26IUnsignedNumber<uint>,
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
26IUnsignedNumber<ulong>,
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
35IUnsignedNumber<nuint>,
13 references to IUnsignedNumber
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
600where TInteger : unmanaged, IBinaryInteger<TInteger>, IUnsignedNumber<TInteger>
src\libraries\System.Private.CoreLib\src\System\Numerics\IUnsignedNumber.cs (1)
10where TSelf : IUnsignedNumber<TSelf>?
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (3)
74where T : struct, IUnsignedNumber<T> 99where T : struct, IUnsignedNumber<T> 141where T : struct, IUnsignedNumber<T>
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.T.cs (7)
3857where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 3861where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 3866where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> 3884where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> 4023where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 4027where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 4031where 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<>))]