2 writes to SectionName
System.Configuration.ConfigurationManager (2)
System\Configuration\StreamInfo.cs (2)
13SectionName = sectionName; 34SectionName = SectionName,
8 references to SectionName
System.Configuration.ConfigurationManager (8)
System\Configuration\BaseConfigurationRecord.cs (3)
3227if (streamInfo.SectionName != configKey) 3282sectionName = streamInfo.SectionName; 3313if ((streamInfo != null) && (streamInfo.SectionName != configKey))
System\Configuration\MgmtConfigurationRecord.cs (4)
567if (streamInfo.SectionName != sectionInformation.ConfigKey) 804if (streamInfo.SectionName == configKey) streamsToRemove.Add(streamInfo.StreamName); 991if (!string.IsNullOrEmpty(streamInfo.SectionName)) 1895MonitorStream(streamInfo.SectionName, streamInfo.ConfigSource, streamInfo.StreamName);
System\Configuration\StreamInfo.cs (1)
34SectionName = SectionName,