Added CallerArgumentExpressionAttribute (corefx issue 21809) (#18404)
authorjswolf19 <jswolf19@hotmail.com>
Wed, 13 Jun 2018 16:33:44 +0000 (01:33 +0900)
committerStephen Toub <stoub@microsoft.com>
Wed, 13 Jun 2018 16:33:44 +0000 (12:33 -0400)
commitb90d7e8e749c4c936712c0b8a8d915eb8732928f
treea789868948c517bb89bc7a099daa3b8a468f5913
parenta5964d71c3c503fa007ce86fdacc643a7ed99c5d
Added CallerArgumentExpressionAttribute (corefx issue 21809) (#18404)

* Added CallerArgumentExpressionAttribute

* Modified CallerAtgumentExpressionAttribute

Removed ArgumentNull check from constructor and reordered members to
be more consistent with other attribute classes.
src/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/CallerArgumentExpressionAttribute.cs [new file with mode: 0644]