3 instantiations of FactoryId
System.Configuration.ConfigurationManager (3)
System\Configuration\MgmtConfigurationRecord.cs (3)
321
factories[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)
23
FactoryId
factoryId = (
FactoryId
)de.Value;
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
24
FactoryId
factoryId = (
FactoryId
)de.Value;
System\Configuration\MgmtConfigurationRecord.cs (4)
866
foreach (
FactoryId
factoryId in SectionFactories.Values)
883
foreach (
FactoryId
factoryId in SectionGroupFactories.Values)
913
foreach (
FactoryId
descendent in sections) RemoveConfigurationSection(descendent.Group, descendent.Name);
917
foreach (
FactoryId
descendent in sectionGroups)