6 writes to EntryType
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElementCollection.cs (6)
539entry.EntryType = EntryType.Replaced; 781entry.EntryType = EntryType.Removed; 796entry.EntryType = EntryType.Removed; 1006entry.EntryType = EntryType.Removed; 1020entry.EntryType = EntryType.Removed; 1248EntryType = type;
39 references to EntryType
System.Configuration.ConfigurationManager (39)
System\Configuration\ConfigurationElementCollection.cs (39)
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) && 547if (entry.EntryType == EntryType.Added) 588if (entry.EntryType == EntryType.Removed) continue; 693if (entryfound.EntryType != EntryType.Removed) index--; 705|| (entry.EntryType == EntryType.Removed)) 753switch (entry.EntryType) 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++; 985switch (entry.EntryType) 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)) 1277if (entry.EntryType == EntryType.Removed) continue;