2 overrides of IndexOf
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
186public override int IndexOf(object value)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
415public override int IndexOf(object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
1 reference to IndexOf
System.Data.Common (1)
System\Data\Common\DbParameterCollection.cs (1)
115int IList.IndexOf(object? value) => IndexOf(value!);