10 references to Added
System.Configuration.ConfigurationManager (10)
System\Configuration\ConfigurationElementCollection.cs (10)
336
&& (entry.EntryType == EntryType.
Added
))
397
if ((entry.EntryType != EntryType.
Added
) && (entry.EntryType != EntryType.Replaced)) continue;
467
((entry.EntryType == EntryType.
Added
) ||
532
if (entry.EntryType != EntryType.
Added
)
547
if (entry.EntryType == EntryType.
Added
)
654
EntryType entryType = flagAsReplaced == false ? EntryType.
Added
: EntryType.Replaced;
755
case EntryType.
Added
:
987
case EntryType.
Added
:
1055
if ((entry.EntryType == EntryType.
Added
) || (entry.EntryType == EntryType.Replaced))
1082
if ((entry.EntryType == EntryType.
Added
) || (entry.EntryType == EntryType.Replaced))