Implemented interface member:
method
IndexOf
System.Collections.Generic.IList<T>.IndexOf(T)
5 references to IndexOf
System.Data.Linq (5)
Types.cs (5)
202
if (value == null ||
IndexOf
(value) >= 0)
284
return
IndexOf
(entity) >= 0;
325
if (entity == null ||
IndexOf
(entity) >= 0)
558
if (entity == null ||
IndexOf
(entity) >= 0) {
573
return
IndexOf
(value as TEntity);