Implemented interface member:
property
this
System.Runtime.Intrinsics.ISimdVector<TSelf, T>.this[System.Int32]
7 references to
System.Linq (2)
System\Linq\MaxMin.cs (2)
69if (TMinMax.Compare(best[i], value)) 71value = best[i];
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf16Utility.Validation.cs (5)
301popcnt += (nuint)sumVector[i]; 344surrogatePairsCount -= highSurrogateChars[i]; // turns into +1 or +0 345if (highSurrogateChars[i] != lowSurrogateChars[i + 1]) 351if (highSurrogateChars[Vector128<ushort>.Count - 1] != 0)