6 writes to EntryType
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationElementCollection.cs (6)
539
entry.
EntryType
= EntryType.Replaced;
781
entry.
EntryType
= EntryType.Removed;
796
entry.
EntryType
= EntryType.Removed;
1006
entry.
EntryType
= EntryType.Removed;
1020
entry.
EntryType
= EntryType.Removed;
1248
EntryType
= type;
39 references to EntryType
System.Configuration.ConfigurationManager (39)
System\Configuration\ConfigurationElementCollection.cs (39)
128
if (entry.
EntryType
!= EntryType.Removed) arr.SetValue(entry.Value, index++);
152
if (entry.
EntryType
== EntryType.Removed) continue;
168
if (entry.
EntryType
== EntryType.Removed) continue;
185
if (entry.
EntryType
== EntryType.Removed) continue;
299
if (entry.
EntryType
!= EntryType.Removed)
305
if (entry.
EntryType
== EntryType.Removed) continue;
336
&& (entry.
EntryType
== EntryType.Added))
356
if (entry.
EntryType
== EntryType.Removed) continue;
370
if (entry.
EntryType
== EntryType.Removed) continue;
397
if ((entry.
EntryType
!= EntryType.Added) && (entry.
EntryType
!= EntryType.Replaced)) continue;
467
((entry.
EntryType
== EntryType.Added) ||
468
(entry.
EntryType
== EntryType.Replaced)))
519
if ((entry.
EntryType
!= EntryType.Removed) && throwIfExists)
532
if (entry.
EntryType
!= EntryType.Added)
536
(entry.
EntryType
== EntryType.Removed) &&
547
if (entry.
EntryType
== EntryType.Added)
588
if (entry.
EntryType
== EntryType.Removed) continue;
693
if (entryfound.
EntryType
!= EntryType.Removed) index--;
705
|| (entry.
EntryType
== EntryType.Removed))
753
switch (entry.
EntryType
)
833
if (entry.
EntryType
!= EntryType.Removed)
842
return entry.
EntryType
== EntryType.Removed;
855
if ((virtualIndex == index) && (entryfound.
EntryType
!= EntryType.Removed))
860
if (entryfound.
EntryType
!= EntryType.Removed) virtualIndex++;
875
if (entry.
EntryType
== EntryType.Removed) continue;
890
if ((virtualIndex == index) && (entryfound.
EntryType
!= EntryType.Removed))
896
if (entryfound.
EntryType
!= EntryType.Removed) virtualIndex++;
949
if (entry.
EntryType
== EntryType.Removed) removedRemoved++;
966
if ((virtualIndex == index) && (entryfound.
EntryType
!= EntryType.Removed))
972
if (entryfound.
EntryType
!= EntryType.Removed) virtualIndex++;
985
switch (entry.
EntryType
)
1055
if ((entry.
EntryType
== EntryType.Added) || (entry.
EntryType
== EntryType.Replaced))
1072
if (((entry.
EntryType
== EntryType.Removed) ||
1073
(entry.
EntryType
== EntryType.Replaced)) &&
1082
if ((entry.
EntryType
== EntryType.Added) || (entry.
EntryType
== EntryType.Replaced))
1277
if (entry.
EntryType
== EntryType.Removed) continue;