2 references to IndexOf
Microsoft.CodeAnalysis.UnitTests (1)
Collections\IndexOfTests.cs (1)
66
int expected = bclList.
IndexOf
(match, idx, count);
Microsoft.Maui.Controls (1)
OrderedDictionary.cs (1)
340
return _keyOrder.
IndexOf
(key, startIndex, count);