Conditionally remove the GC transition from a P/Invoke (#26458)
commit296b8d40cf8ff28eaa343e5262fb92b95a2e11c0
authorAaron Robinson <arobins@microsoft.com>
Mon, 14 Oct 2019 20:33:59 +0000 (14 13:33 -0700)
committerMarek Safar <marek.safar@gmail.com>
Tue, 22 Oct 2019 13:46:29 +0000 (22 09:46 -0400)
treeabd0018509300671b06b83dca5ae005429575a6f
parentcd2388fd6fc672d3c9b130a4febdb3f665824b46
Conditionally remove the GC transition from a P/Invoke (#26458)

* Provide mechanism to remove the GC transition from a P/Invoke.
  New Attribute: 'System.Runtime.InteropServices.SuppressGCTransitionAttribute'

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System.Private.CoreLib.Shared.projitems
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/SuppressGCTransitionAttribute.cs [new file with mode: 0644]