6 writes to EntryType
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElementCollection.cs (6)
542
entry.
EntryType
= EntryType.Replaced;
784
entry.
EntryType
= EntryType.Removed;
799
entry.
EntryType
= EntryType.Removed;
1009
entry.
EntryType
= EntryType.Removed;
1023
entry.
EntryType
= EntryType.Removed;
1251
EntryType
= type;
39 references to EntryType
System.Configuration.ConfigurationManager (39)
System\Configuration\ConfigurationElementCollection.cs (39)
131
if (entry.
EntryType
!= EntryType.Removed) arr.SetValue(entry.Value, index++);
155
if (entry.
EntryType
== EntryType.Removed) continue;
171
if (entry.
EntryType
== EntryType.Removed) continue;
188
if (entry.
EntryType
== EntryType.Removed) continue;
302
if (entry.
EntryType
!= EntryType.Removed)
308
if (entry.
EntryType
== EntryType.Removed) continue;
339
&& (entry.
EntryType
== EntryType.Added))
359
if (entry.
EntryType
== EntryType.Removed) continue;
373
if (entry.
EntryType
== EntryType.Removed) continue;
400
if ((entry.
EntryType
!= EntryType.Added) && (entry.
EntryType
!= EntryType.Replaced)) continue;
470
((entry.
EntryType
== EntryType.Added) ||
471
(entry.
EntryType
== EntryType.Replaced)))
522
if ((entry.
EntryType
!= EntryType.Removed) && throwIfExists)
535
if (entry.
EntryType
!= EntryType.Added)
539
(entry.
EntryType
== EntryType.Removed) &&
550
if (entry.
EntryType
== EntryType.Added)
591
if (entry.
EntryType
== EntryType.Removed) continue;
696
if (entryfound.
EntryType
!= EntryType.Removed) index--;
708
|| (entry.
EntryType
== EntryType.Removed))
756
switch (entry.
EntryType
)
836
if (entry.
EntryType
!= EntryType.Removed)
845
return entry.
EntryType
== EntryType.Removed;
858
if ((virtualIndex == index) && (entryfound.
EntryType
!= EntryType.Removed))
863
if (entryfound.
EntryType
!= EntryType.Removed) virtualIndex++;
878
if (entry.
EntryType
== EntryType.Removed) continue;
893
if ((virtualIndex == index) && (entryfound.
EntryType
!= EntryType.Removed))
899
if (entryfound.
EntryType
!= EntryType.Removed) virtualIndex++;
952
if (entry.
EntryType
== EntryType.Removed) removedRemoved++;
969
if ((virtualIndex == index) && (entryfound.
EntryType
!= EntryType.Removed))
975
if (entryfound.
EntryType
!= EntryType.Removed) virtualIndex++;
988
switch (entry.
EntryType
)
1058
if ((entry.
EntryType
== EntryType.Added) || (entry.
EntryType
== EntryType.Replaced))
1075
if (((entry.
EntryType
== EntryType.Removed) ||
1076
(entry.
EntryType
== EntryType.Replaced)) &&
1085
if ((entry.
EntryType
== EntryType.Added) || (entry.
EntryType
== EntryType.Replaced))
1280
if (entry.
EntryType
== EntryType.Removed) continue;