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