3 instantiations of FactoryId
System.Configuration (3)
System\Configuration\MgmtConfigurationRecord.cs (3)
414factories[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)
29FactoryId factoryId = (FactoryId) de.Value;
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
28FactoryId factoryId = (FactoryId) de.Value;
System\Configuration\MgmtConfigurationRecord.cs (4)
1008foreach (FactoryId factoryId in SectionFactories.Values) { 1033foreach (FactoryId factoryId in SectionGroupFactories.Values) { 1067foreach (FactoryId descendent in sections) { 1073foreach (FactoryId descendent in sectionGroups) {