2 references to IndexOf
mscorlib (2)
system\array.cs (2)
717return Array.IndexOf(this, value) >= this.GetLowerBound(0); 727return Array.IndexOf(this, value);