17 references to IsEmptyArray
System.Data (17)
fx\src\data\System\Data\Common\DBConnectionString.cs (8)
198if (!ADP.IsEmptyArray(_restrictionValues)) { 199if (!ADP.IsEmptyArray(entry._restrictionValues)) { 212else if (!ADP.IsEmptyArray(_restrictionValues)) { // this AllowOnly and entry PreventUsage 213if (!ADP.IsEmptyArray(entry._restrictionValues)) { 227if (ADP.IsEmptyArray(_restrictionValues)) { 231else if (ADP.IsEmptyArray(entry._restrictionValues)) { 240else if (!ADP.IsEmptyArray(_restrictionValues) && !ADP.IsEmptyArray(entry._restrictionValues)) { // both AllowOnly with restrictions
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (3)
538if (ADP.IsEmptyArray(restrictions) == false) { 744if (ADP.IsEmptyArray(restrictions) == false){ 926if (ADP.IsEmptyArray(restrictions) == false){
fx\src\data\System\Data\OleDb\OleDbMetaDataFactory.cs (3)
485if (ADP.IsEmptyArray(restrictions) == false){ 491if (ADP.IsEmptyArray(restrictions) == false){ 497if (ADP.IsEmptyArray(restrictions) == false){
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
394if (ADP.IsEmptyArray(restrictions) == false){ 418if (ADP.IsEmptyArray(restrictions) == false){
fx\src\data\System\Data\SqlClient\sqlmetadatafactory.cs (1)
268if (ADP.IsEmptyArray(restrictions) == false) {