2 references to IndexOf
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
5461
errorSpan = newCaptures[reverseCapturesMap.
IndexOf
(i)].Locations.Single().SourceSpan;
Microsoft.CodeAnalysis.Workspaces (1)
SetWithInsertionOrder.cs (1)
80
_elements!.RemoveAt(_elements.
IndexOf
(value));