6 writes to _entryType
System.Configuration (6)
System\Configuration\ConfigurationElementCollection.cs (6)
507entry._entryType = EntryType.Replaced; 739entry._entryType = EntryType.Removed; 753entry._entryType = EntryType.Removed; 993entry._entryType = EntryType.Removed; 1008entry._entryType = EntryType.Removed; 1261_entryType = type;
39 references to _entryType
System.Configuration (39)
System\Configuration\ConfigurationElementCollection.cs (39)
120if (entry._entryType != EntryType.Removed) { 135if (entry._entryType != EntryType.Removed) { 149if (entry._entryType != EntryType.Removed) { 245if (entry._entryType != EntryType.Removed) { 252if (entry._entryType != EntryType.Removed) { 275&& entry._entryType == EntryType.Added) { 292if (entry._entryType != EntryType.Removed) { 307if (entry._entryType != EntryType.Removed) { 332if (entry._entryType == EntryType.Added || 333entry._entryType == EntryType.Replaced) { 396(entry._entryType == EntryType.Added || 397entry._entryType == EntryType.Replaced)) { // do not add removed items from the parent 452if (entry._entryType != EntryType.Removed) { 490if (entry._entryType != EntryType.Removed && throwIfExists) { 500if (entry._entryType != EntryType.Added) { 503entry._entryType == EntryType.Removed && 513if (entry._entryType == EntryType.Added) { 551if (entry._entryType != EntryType.Removed) { 659if (entryfound._entryType != EntryType.Removed) { 673if (entry._entryType != EntryType.Removed) { 720switch (entry._entryType) { 790if (entry._entryType != EntryType.Removed) { 802if (entry._entryType == EntryType.Removed) { 822if (VirtualIndex == index && (entryfound._entryType != EntryType.Removed)) { 826if (entryfound._entryType != EntryType.Removed) { 843if (entry._entryType != EntryType.Removed) { 859if (VirtualIndex == index && (entryfound._entryType != EntryType.Removed)) { 864if (entryfound._entryType != EntryType.Removed) { 927if (entry._entryType == EntryType.Removed) { 946if (VirtualIndex == index && (entryfound._entryType != EntryType.Removed)) { 951if (entryfound._entryType != EntryType.Removed) { 968switch (entry._entryType) { 1040if (entry._entryType == EntryType.Added || entry._entryType == EntryType.Replaced) { 1054if ((entry._entryType == EntryType.Removed || 1055entry._entryType == EntryType.Replaced) && 1070if (entry._entryType == EntryType.Added || entry._entryType == EntryType.Replaced) { 1282if (entry._entryType != EntryType.Removed) {