7 references to ElementCount
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (5)
442
if (values.Length <
ElementCount
)
982
if (array.Length <
ElementCount
)
1010
if ((array.Length - index) <
ElementCount
)
1024
if (destination.Length <
ElementCount
)
1038
if (destination.Length <
ElementCount
)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.Extensions.cs (2)
36
if ((uint)index >= Vector3.
ElementCount
)
103
if ((uint)index >= Vector3.
ElementCount
)