5 references to EnsureFactories
System.Configuration.ConfigurationManager (5)
System\Configuration\BaseConfigurationRecord.cs (3)
745if ((factoryRecord != null) || HasFactoryRecords) EnsureFactories()[configKey] = factoryRecord; 2425EnsureFactories()[configKey] = factoryRecord; 3658factoryList ??= EnsureFactories();
System\Configuration\MgmtConfigurationRecord.cs (2)
709EnsureFactories()[configKey] = factoryRecord; 844EnsureFactories()[configKey] = factoryRecord;