4 references to Size
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\BitConverter.cs (4)
169
byte[] bytes = new byte[Int128.
Size
];
183
if (destination.Length < Int128.
Size
)
548
if (startIndex > value.Length - Int128.
Size
)
563
if (value.Length < Int128.
Size
)