7 references to Replaced
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElementCollection.cs (7)
400
if ((entry.EntryType != EntryType.Added) && (entry.EntryType != EntryType.
Replaced
)) continue;
471
(entry.EntryType == EntryType.
Replaced
)))
542
entry.EntryType = EntryType.
Replaced
;
657
EntryType entryType = flagAsReplaced == false ? EntryType.Added : EntryType.
Replaced
;
1058
if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.
Replaced
))
1076
(entry.EntryType == EntryType.
Replaced
)) &&
1085
if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.
Replaced
))