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