53 references to EntryType
System.Configuration.ConfigurationManager (53)
System\Configuration\ConfigurationElementCollection.cs (53)
131if (entry.EntryType != EntryType.Removed) arr.SetValue(entry.Value, index++); 155if (entry.EntryType == EntryType.Removed) continue; 171if (entry.EntryType == EntryType.Removed) continue; 188if (entry.EntryType == EntryType.Removed) continue; 302if (entry.EntryType != EntryType.Removed) 308if (entry.EntryType == EntryType.Removed) continue; 339&& (entry.EntryType == EntryType.Added)) 359if (entry.EntryType == EntryType.Removed) continue; 373if (entry.EntryType == EntryType.Removed) continue; 400if ((entry.EntryType != EntryType.Added) && (entry.EntryType != EntryType.Replaced)) continue; 470((entry.EntryType == EntryType.Added) || 471(entry.EntryType == EntryType.Replaced))) 522if ((entry.EntryType != EntryType.Removed) && throwIfExists) 535if (entry.EntryType != EntryType.Added) 539(entry.EntryType == EntryType.Removed) && 542entry.EntryType = EntryType.Replaced; 550if (entry.EntryType == EntryType.Added) 591if (entry.EntryType == EntryType.Removed) continue; 657EntryType entryType = flagAsReplaced == false ? EntryType.Added : EntryType.Replaced; 696if (entryfound.EntryType != EntryType.Removed) index--; 708|| (entry.EntryType == EntryType.Removed)) 758case EntryType.Added: 784entry.EntryType = EntryType.Removed; 788case EntryType.Removed: 799entry.EntryType = EntryType.Removed; 825new Entry(EntryType.Removed, key, null)); 828Items.Add(new Entry(EntryType.Removed, key, null)); 836if (entry.EntryType != EntryType.Removed) 845return entry.EntryType == EntryType.Removed; 858if ((virtualIndex == index) && (entryfound.EntryType != EntryType.Removed)) 863if (entryfound.EntryType != EntryType.Removed) virtualIndex++; 878if (entry.EntryType == EntryType.Removed) continue; 893if ((virtualIndex == index) && (entryfound.EntryType != EntryType.Removed)) 899if (entryfound.EntryType != EntryType.Removed) virtualIndex++; 952if (entry.EntryType == EntryType.Removed) removedRemoved++; 969if ((virtualIndex == index) && (entryfound.EntryType != EntryType.Removed)) 975if (entryfound.EntryType != EntryType.Removed) virtualIndex++; 990case EntryType.Added: 1009entry.EntryType = EntryType.Removed; 1015case EntryType.Removed: 1023entry.EntryType = EntryType.Removed; 1058if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.Replaced)) 1075if (((entry.EntryType == EntryType.Removed) || 1076(entry.EntryType == EntryType.Replaced)) && 1085if ((entry.EntryType == EntryType.Added) || (entry.EntryType == EntryType.Replaced)) 1246internal EntryType EntryType; 1249internal Entry(EntryType type, object key, ConfigurationElement value) 1280if (entry.EntryType == EntryType.Removed) continue;