4 references to Size
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\BitConverter.cs (4)
288
byte[] bytes = new byte[UInt128.
Size
];
303
if (destination.Length < UInt128.
Size
)
674
if (startIndex > value.Length - UInt128.
Size
)
690
if (value.Length < UInt128.
Size
)