2 writes to inheritanceLevel
System (2)
compmod\system\componentmodel\design\InheritanceAttribute.cs (2)
60inheritanceLevel = Default.inheritanceLevel; 69this.inheritanceLevel = inheritanceLevel;
3 references to inheritanceLevel
System (3)
compmod\system\componentmodel\design\InheritanceAttribute.cs (3)
60inheritanceLevel = Default.inheritanceLevel; 80return inheritanceLevel; 99return (valueLevel == inheritanceLevel);