3 references to IndexOf
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1934
i = oldNodes.
IndexOf
(oldPartner, oldIndex);
Microsoft.Maui.Controls (1)
OrderedDictionary.cs (1)
317
return _keyOrder.
IndexOf
(key, startIndex);
Microsoft.ML.Tokenizers (1)
Model\EnglishRobertaTokenizer.cs (1)
1001
var j = word.
IndexOf
(first, i);