3 references to LastIndexOf
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Array.cs (2)
1562
return
LastIndexOf
(array, value, array.Length - 1 + lb, array.Length);
1575
return
LastIndexOf
(array, value, startIndex, startIndex + 1 - lb);
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (1)
480
return Array.
LastIndexOf
((Array)_items, value, startIndex, count);