7 references to SectionName
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (3)
3824
if (streamInfo.
SectionName
!= configKey) {
3887
sectionName = streamInfo.
SectionName
;
3926
if (streamInfo != null && streamInfo.
SectionName
!= configKey) {
System\Configuration\MgmtConfigurationRecord.cs (4)
661
if (streamInfo.
SectionName
!= sectionInformation.ConfigKey) {
923
if (streamInfo.
SectionName
== configKey) {
1181
if (!String.IsNullOrEmpty(streamInfo.
SectionName
)) {
2036
MonitorStream(streamInfo.
SectionName
, streamInfo.ConfigSource, streamInfo.StreamName);