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