17 references to InheritedType
System.Configuration.ConfigurationManager (17)
System\Configuration\ConfigurationElementCollection.cs (17)
303
inheritance[entry.GetKey(this)] =
InheritedType
.InParent;
319
inheritance[entry.GetKey(this)] =
InheritedType
.InBothSame;
323
inheritance[entry.GetKey(this)] =
InheritedType
.InBothDiff;
331
inheritance[entry.GetKey(this)] =
InheritedType
.InBothCopyNoRemove;
337
inheritance[entry.GetKey(this)] =
InheritedType
.InBothDiff;
344
inheritance[entry.GetKey(this)] =
InheritedType
.InBothCopyNoRemove;
351
inheritance[entry.GetKey(this)] =
InheritedType
.InSelf;
360
InheritedType
tp = (
InheritedType
)inheritance[entry.GetKey(this)];
361
if ((tp !=
InheritedType
.InParent) && (tp !=
InheritedType
.InBothDiff)) continue;
374
InheritedType
tp = (
InheritedType
)inheritance[entry.GetKey(this)];
376
if ((tp !=
InheritedType
.InSelf) && (tp !=
InheritedType
.InBothDiff) &&
377
(tp !=
InheritedType
.InBothCopyNoRemove))
383
if (tp ==
InheritedType
.InSelf)