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>,
12 references to IUnsignedNumber
System.Private.CoreLib (11)
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)
3488where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 3492where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 3497where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> 3515where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> 3654where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 3658where T : struct, IUnsignedNumber<T>, IComparisonOperators<T, T, bool> => 3662where 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<>))]