10 references to Added
System.Configuration.ConfigurationManager (10)
System\Configuration\ConfigurationElementCollection.cs (10)
339
&& (entry.EntryType == EntryType.
Added
))
400
if ((entry.EntryType != EntryType.
Added
) && (entry.EntryType != EntryType.Replaced)) continue;
470
((entry.EntryType == EntryType.
Added
) ||
535
if (entry.EntryType != EntryType.
Added
)
550
if (entry.EntryType == EntryType.
Added
)
657
EntryType entryType = flagAsReplaced == false ? EntryType.
Added
: EntryType.Replaced;
758
case EntryType.
Added
:
990
case EntryType.
Added
:
1058
if ((entry.EntryType == EntryType.
Added
) || (entry.EntryType == EntryType.Replaced))
1085
if ((entry.EntryType == EntryType.
Added
) || (entry.EntryType == EntryType.Replaced))