3 instantiations of FactoryId
System.Configuration (3)
System\Configuration\MgmtConfigurationRecord.cs (3)
414
factories[configKey] = new
FactoryId
(factoryRecord.ConfigKey, factoryRecord.Group, factoryRecord.Name);
787
_sectionFactories.Add(configKey, new
FactoryId
(configKey, group, name));
968
_sectionGroupFactories.Add(configKey, new
FactoryId
(configKey, group, name));
8 references to FactoryId
System.Configuration (8)
System\Configuration\ConfigurationSectionCollection.cs (2)
29
FactoryId
factoryId = (
FactoryId
) de.Value;
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
28
FactoryId
factoryId = (
FactoryId
) de.Value;
System\Configuration\MgmtConfigurationRecord.cs (4)
1008
foreach (
FactoryId
factoryId in SectionFactories.Values) {
1033
foreach (
FactoryId
factoryId in SectionGroupFactories.Values) {
1067
foreach (
FactoryId
descendent in sections) {
1073
foreach (
FactoryId
descendent in sectionGroups) {