17 references to InheritedType
System.Configuration (17)
System\Configuration\ConfigurationElementCollection.cs (17)
246
Inheritance[entry.GetKey(this)] =
InheritedType
.inParent;
259
Inheritance[entry.GetKey(this)] =
InheritedType
.inBothSame;
262
Inheritance[entry.GetKey(this)] =
InheritedType
.inBothDiff;
268
Inheritance[entry.GetKey(this)] =
InheritedType
.inBothCopyNoRemove;
273
Inheritance[entry.GetKey(this)] =
InheritedType
.inBothDiff;
279
Inheritance[entry.GetKey(this)] =
InheritedType
.inBothCopyNoRemove;
284
Inheritance[entry.GetKey(this)] =
InheritedType
.inSelf;
294
InheritedType
tp = (
InheritedType
)Inheritance[entry.GetKey(this)];
295
if (tp ==
InheritedType
.inParent || tp ==
InheritedType
.inBothDiff) {
308
InheritedType
tp = (
InheritedType
)Inheritance[entry.GetKey(this)];
310
if (tp ==
InheritedType
.inSelf || tp ==
InheritedType
.inBothDiff ||
311
tp ==
InheritedType
.inBothCopyNoRemove) {
316
if (tp ==
InheritedType
.inSelf) {