3 references to ElementCount
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (1)
442
if (values.Length <
ElementCount
)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.Extensions.cs (2)
31
if ((uint)index >= Vector3.
ElementCount
)
98
if ((uint)index >= Vector3.
ElementCount
)