3 references to IndexOf
Microsoft.Maui (1)
Extensions\EnumerableExtensions.cs (1)
115
return Array.
IndexOf
(array, item);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
655
return
IndexOf
(this, value) >= this.GetLowerBound(0);
665
return
IndexOf
(this, value);