7 references to Replaced
System.Configuration (7)
System\Configuration\ConfigurationElementCollection.cs (7)
333entry._entryType == EntryType.Replaced) { 397entry._entryType == EntryType.Replaced)) { // do not add removed items from the parent 507entry._entryType = EntryType.Replaced; 620EntryType entryType = (flagAsReplaced == false) ? EntryType.Added : EntryType.Replaced; 1040if (entry._entryType == EntryType.Added || entry._entryType == EntryType.Replaced) { 1055entry._entryType == EntryType.Replaced) && 1070if (entry._entryType == EntryType.Added || entry._entryType == EntryType.Replaced) {