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