5 references to LastIndexOf
Microsoft.AspNetCore.Components (1)
Sections\SectionRegistry.cs (1)
42var index = providers.LastIndexOf(provider);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SR.cs (1)
56if (_currentlyLoading != null && _currentlyLoading.Count > 0 && _currentlyLoading.LastIndexOf(key) >= 0)
System.Private.Reflection.Execution (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SR.cs (1)
56if (_currentlyLoading != null && _currentlyLoading.Count > 0 && _currentlyLoading.LastIndexOf(key) >= 0)
System.Private.TypeLoader (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SR.cs (1)
56if (_currentlyLoading != null && _currentlyLoading.Count > 0 && _currentlyLoading.LastIndexOf(key) >= 0)
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
126if (SharedList.LastIndexOf(dataGridViewRow) == index && SharedList.IndexOf(dataGridViewRow) == index)