Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Expose attribute for public consumption.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT committed Oct 9, 2019
1 parent 66b6fb6 commit ee2052a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace System.Runtime.InteropServices
/// The eventual public attribute should replace this one: https://github.com/dotnet/corefx/issues/40740
/// </remarks>
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
internal sealed class SuppressGCTransitionAttribute : Attribute
public sealed class SuppressGCTransitionAttribute : Attribute
{
public SuppressGCTransitionAttribute()
{
Expand Down

0 comments on commit ee2052a

Please sign in to comment.