2 references to IndexOf
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
657return IndexOf(this, value) >= this.GetLowerBound(0); 667return IndexOf(this, value);