3 references to 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));