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)
655return IndexOf(this, value) >= this.GetLowerBound(0); 665return IndexOf(this, value);