1 write to Name
System.Configuration.ConfigurationManager (1)
System\Configuration\FactoryId.cs (1)
16Name = name;
5 references to Name
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationSectionCollection.cs (2)
24if (factoryId.Group == _configSectionGroup.SectionGroupName) BaseAdd(factoryId.Name, factoryId.Name);
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
25if (factoryId.Group == _configSectionGroup.SectionGroupName) BaseAdd(factoryId.Name, factoryId.Name);
System\Configuration\MgmtConfigurationRecord.cs (1)
913foreach (FactoryId descendent in sections) RemoveConfigurationSection(descendent.Group, descendent.Name);