6 writes to EntryType
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElementCollection.cs (6)
542entry.EntryType = EntryType.Replaced; 784entry.EntryType = EntryType.Removed; 799entry.EntryType = EntryType.Removed; 1009entry.EntryType = EntryType.Removed; 1023entry.EntryType = EntryType.Removed; 1251EntryType = type;
39 references to EntryType
System.Configuration.ConfigurationManager (39)
System\Configuration\ConfigurationElementCollection.cs (39)
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) && 550if (entry.EntryType == EntryType.Added) 591if (entry.EntryType == EntryType.Removed) continue; 696if (entryfound.EntryType != EntryType.Removed) index--; 708|| (entry.EntryType == EntryType.Removed)) 756switch (entry.EntryType) 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++; 988switch (entry.EntryType) 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)) 1280if (entry.EntryType == EntryType.Removed) continue;