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