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