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