53 references to EntryType
System.Configuration (53)
System\Configuration\ConfigurationElementCollection.cs (53)
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 &&
507
entry._entryType =
EntryType
.Replaced;
513
if (entry._entryType ==
EntryType
.Added) {
551
if (entry._entryType !=
EntryType
.Removed) {
620
EntryType
entryType = (flagAsReplaced == false) ?
EntryType
.Added :
EntryType
.Replaced;
659
if (entryfound._entryType !=
EntryType
.Removed) {
673
if (entry._entryType !=
EntryType
.Removed) {
721
case
EntryType
.Added:
739
entry._entryType =
EntryType
.Removed;
743
case
EntryType
.Removed:
753
entry._entryType =
EntryType
.Removed;
777
_items.Insert(Count + _removedItemCount - _inheritedCount, new Entry(
EntryType
.Removed, key, null));
780
_items.Add(new Entry(
EntryType
.Removed, key, null));
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) {
969
case
EntryType
.Added:
993
entry._entryType =
EntryType
.Removed;
999
case
EntryType
.Removed:
1008
entry._entryType =
EntryType
.Removed;
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) {
1245
internal
EntryType
_entryType;
1260
internal Entry(
EntryType
type, Object key, ConfigurationElement value) {
1282
if (entry._entryType !=
EntryType
.Removed) {