3 instantiations of FactoryId
System.Configuration.ConfigurationManager (3)
System\Configuration\MgmtConfigurationRecord.cs (3)
321factories[configKey] = new FactoryId(factoryRecord.ConfigKey, factoryRecord.Group, 683_sectionFactories?.Add(configKey, new FactoryId(configKey, group, name)); 837_sectionGroupFactories?.Add(configKey, new FactoryId(configKey, group, name));
8 references to FactoryId
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationSectionCollection.cs (2)
23FactoryId factoryId = (FactoryId)de.Value;
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
24FactoryId factoryId = (FactoryId)de.Value;
System\Configuration\MgmtConfigurationRecord.cs (4)
866foreach (FactoryId factoryId in SectionFactories.Values) 883foreach (FactoryId factoryId in SectionGroupFactories.Values) 913foreach (FactoryId descendent in sections) RemoveConfigurationSection(descendent.Group, descendent.Name); 917foreach (FactoryId descendent in sectionGroups)