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