53 references to EntryType
System.Configuration.ConfigurationManager (53)
System\Configuration\ConfigurationElementCollection.cs (53)
128if (entry.EntryType != EntryType.Removed) arr.SetValue(entry.Value, index++); 152if (entry.EntryType == EntryType.Removed) continue; 168if (entry.EntryType == EntryType.Removed) continue; 185if (entry.EntryType == EntryType.Removed) continue; 299if (entry.EntryType != EntryType.Removed) 305if (entry.EntryType == EntryType.Removed) continue; 336&& (entry.EntryType == EntryType.Added)) 356if (entry.EntryType == EntryType.Removed) continue; 370if (entry.EntryType == EntryType.Removed) continue; 397if ((entry.EntryType != EntryType.Added) && (entry.EntryType != EntryType.Replaced)) continue; 467((entry.EntryType == EntryType.Added) || 468(entry.EntryType == EntryType.Replaced))) 519if ((entry.EntryType != EntryType.Removed) && throwIfExists) 532if (entry.EntryType != EntryType.Added) 536(entry.EntryType == EntryType.Removed) && 539entry.EntryType = EntryType.Replaced; 547if (entry.EntryType == EntryType.Added) 588if (entry.EntryType == EntryType.Removed) continue; 654EntryType entryType = flagAsReplaced == false ? EntryType.Added : EntryType.Replaced; 693if (entryfound.EntryType != EntryType.Removed) index--; 705|| (entry.EntryType == EntryType.Removed)) 755case EntryType.Added: 781entry.EntryType = EntryType.Removed; 785case EntryType.Removed: 796entry.EntryType = EntryType.Removed; 822new Entry(EntryType.Removed, key, null)); 825Items.Add(new Entry(EntryType.Removed, key, null)); 833if (entry.EntryType != EntryType.Removed) 842return entry.EntryType == EntryType.Removed; 855if ((virtualIndex == index) && (entryfound.EntryType != EntryType.Removed)) 860if (entryfound.EntryType != EntryType.Removed) virtualIndex++; 875if (entry.EntryType == EntryType.Removed) continue; 890if ((virtualIndex == index) && (entryfound.EntryType != EntryType.Removed)) 896if (entryfound.EntryType != EntryType.Removed) virtualIndex++; 949if (entry.EntryType == EntryType.Removed) removedRemoved++; 966if ((virtualIndex == index) && (entryfound.EntryType != EntryType.Removed)) 972if (entryfound.EntryType != EntryType.Removed) virtualIndex++; 987case EntryType.Added: 1006entry.EntryType = EntryType.Removed; 1012case EntryType.Removed: 1020entry.EntryType = EntryType.Removed; 1055if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.Replaced)) 1072if (((entry.EntryType == EntryType.Removed) || 1073(entry.EntryType == EntryType.Replaced)) && 1082if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.Replaced)) 1243internal EntryType EntryType; 1246internal Entry(EntryType type, object key, ConfigurationElement value) 1277if (entry.EntryType == EntryType.Removed) continue;