1 write to _providerTable
System.Data (1)
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
237
_providerTable
= (null != configTable) ? IncludeFrameworkFactoryClasses(configTable.Tables[DbProviderFactoriesConfigurationHandler.providerGroup]) : IncludeFrameworkFactoryClasses(null);
1 reference to _providerTable
System.Data (1)
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
226
return
_providerTable
;