7 references to ElementCount
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (5)
407
if (values.Length <
ElementCount
)
969
if (array.Length <
ElementCount
)
997
if ((array.Length - index) <
ElementCount
)
1011
if (destination.Length <
ElementCount
)
1025
if (destination.Length <
ElementCount
)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.Extensions.cs (2)
41
if ((uint)index >= Vector2.
ElementCount
)
108
if ((uint)index >= Vector2.
ElementCount
)