2 references to Find
System (2)
compmod\system\collections\generic\linkedlist.cs (2)
171return Find(value) != null; 257LinkedListNode<T> node = Find(value);