2 references to sectionName
System.Data (2)
fx\src\data\System\Data\Common\DbProviderFactories.cs (1)
236DataSet configTable = PrivilegedConfigurationManager.GetSection(DbProviderFactoriesConfigurationHandler.sectionName) as DataSet;
fx\src\data\System\Data\Common\HandlerBase.cs (1)
62parentConfig = new DataSet(DbProviderFactoriesConfigurationHandler.sectionName);