17 references to InheritedType
System.Configuration.ConfigurationManager (17)
System\Configuration\ConfigurationElementCollection.cs (17)
300
inheritance[entry.GetKey(this)] =
InheritedType
.InParent;
316
inheritance[entry.GetKey(this)] =
InheritedType
.InBothSame;
320
inheritance[entry.GetKey(this)] =
InheritedType
.InBothDiff;
328
inheritance[entry.GetKey(this)] =
InheritedType
.InBothCopyNoRemove;
334
inheritance[entry.GetKey(this)] =
InheritedType
.InBothDiff;
341
inheritance[entry.GetKey(this)] =
InheritedType
.InBothCopyNoRemove;
348
inheritance[entry.GetKey(this)] =
InheritedType
.InSelf;
357
InheritedType
tp = (
InheritedType
)inheritance[entry.GetKey(this)];
358
if ((tp !=
InheritedType
.InParent) && (tp !=
InheritedType
.InBothDiff)) continue;
371
InheritedType
tp = (
InheritedType
)inheritance[entry.GetKey(this)];
373
if ((tp !=
InheritedType
.InSelf) && (tp !=
InheritedType
.InBothDiff) &&
374
(tp !=
InheritedType
.InBothCopyNoRemove))
380
if (tp ==
InheritedType
.InSelf)