2 references to IndexOf
System.ComponentModel.Composition (2)
Microsoft\Internal\Collections\WeakReferenceCollection.cs (2)
26
int index =
IndexOf
(item);
36
return
IndexOf
(item) >= 0;