1 write to State
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\ComponentModel\EditorBrowsableAttribute.cs (1)
13State = state;
2 references to State
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ComponentModel\EditorBrowsableAttribute.cs (2)
29return (obj is EditorBrowsableAttribute other) && other.State == State;