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