7 references to Replaced
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElementCollection.cs (7)
397
if ((entry.EntryType != EntryType.Added) && (entry.EntryType != EntryType.
Replaced
)) continue;
468
(entry.EntryType == EntryType.
Replaced
)))
539
entry.EntryType = EntryType.
Replaced
;
654
EntryType entryType = flagAsReplaced == false ? EntryType.Added : EntryType.
Replaced
;
1055
if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.
Replaced
))
1073
(entry.EntryType == EntryType.
Replaced
)) &&
1082
if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.
Replaced
))