13 references to IsEmptyArray
System.Data.Odbc (13)
Common\System\Data\Common\DBConnectionString.cs (8)
213if (!ADP.IsEmptyArray(_restrictionValues)) 215if (!ADP.IsEmptyArray(entry._restrictionValues)) 231else if (!ADP.IsEmptyArray(_restrictionValues)) 233if (!ADP.IsEmptyArray(entry._restrictionValues)) 251if (ADP.IsEmptyArray(_restrictionValues)) 256else if (ADP.IsEmptyArray(entry._restrictionValues)) 267else if (!ADP.IsEmptyArray(_restrictionValues) && !ADP.IsEmptyArray(entry._restrictionValues))
src\libraries\Common\src\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
403if (ADP.IsEmptyArray(restrictions) == false) 432if (ADP.IsEmptyArray(restrictions) == false)
System\Data\Odbc\OdbcMetaDataFactory.cs (3)
562if (ADP.IsEmptyArray(restrictions) == false) 780if (ADP.IsEmptyArray(restrictions) == false) 964if (ADP.IsEmptyArray(restrictions) == false)