System.ComponentModel.* missed Equals nullable annotations (#52163)
authorhrrrrustic <35951936+hrrrrustic@users.noreply.github.com>
Tue, 25 May 2021 01:15:04 +0000 (04:15 +0300)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 01:15:04 +0000 (21:15 -0400)
commit4a23f535fbe95b52989f92141be4888c342d65f3
tree78e9e6c2d65696c7660e8f1c30fa2a8405506daa
parente7a500a885b691888fe6d861cb5260a556f00ae3
System.ComponentModel.* missed Equals nullable annotations  (#52163)

* add NotNullWhen attribute

* add usings
19 files changed:
src/libraries/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/FilterUIHintAttribute.cs
src/libraries/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/UIHintAttribute.cs
src/libraries/System.ComponentModel.Composition/src/System/ComponentModel/Composition/ReflectionModel/GenericSpecializationPartCreationInfo.cs
src/libraries/System.ComponentModel.Primitives/ref/System.ComponentModel.Primitives.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/BrowsableAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/CategoryAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DescriptionAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DesignOnlyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DesignerCategoryAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DesignerSerializationVisibilityAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/DisplayNameAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ImmutableObjectAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/LocalizableAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/MergablePropertyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/NotifyParentPropertyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ParenthesizePropertyNameAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/ReadOnlyAttribute.cs
src/libraries/System.ComponentModel.Primitives/src/System/ComponentModel/RefreshPropertiesAttribute.cs