Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MakeUnary accepts null value in 'type' parmaeter #137

Merged
merged 1 commit into from
Dec 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Annotations/.NETCore/System.Linq.Expressions/Attributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand All @@ -1902,7 +1902,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.PureAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand Down
4 changes: 2 additions & 2 deletions Annotations/.NETCore/System.Linq/Attributes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
</member>
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
Expand All @@ -2765,7 +2765,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
</member>
<member name="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding})">
Expand Down
4 changes: 2 additions & 2 deletions Annotations/.NETFramework/System.Core/Annotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6949,7 +6949,7 @@
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type)">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand All @@ -6958,7 +6958,7 @@
<member name="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor"/>
</parameter>
<parameter name="operand">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor"/>
Expand Down
4 changes: 2 additions & 2 deletions Annotations/.NETStandard/netstandard/Annotations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17783,7 +17783,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name ="M:System.Linq.Expressions.Expression.MakeUnary(System.Linq.Expressions.ExpressionType,System.Linq.Expressions.Expression,System.Type,System.Reflection.MethodInfo)">
Expand All @@ -17793,7 +17793,7 @@
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
</parameter>
<parameter name="type">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.CanBeNullAttribute.#ctor" />
</parameter>
</member>
<member name ="M:System.Linq.Expressions.Expression.MemberBind(System.Reflection.MemberInfo,System.Collections.Generic.IEnumerable{System.Linq.Expressions.MemberBinding})">
Expand Down