6 references to Size
Microsoft.Private.Windows.Core (2)
src\winforms\src\Microsoft.Private.Windows.Polyfills\system\NativeUintExtensions.cs (2)
14public static nuint MinValue => UIntPtr.Size == 4 19public static nuint MaxValue => UIntPtr.Size == 4
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeMetadataGenerator.cs (1)
666return UIntPtr.Size == 4 ? TypeCode.UInt32 : TypeCode.UInt64;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (1)
95nuint hash = BitOperations.RotateLeft(source, (nuint.Size * 8) / 2) ^ target;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (2)
636if (UIntPtr.Size == sizeof(ulong)) 1192if (UIntPtr.Size == sizeof(ulong))