Skip to content

Commit af8ddf4

Browse files
committed
Sdk: make InterpolatedStringHandlerArgumentAttribute internal.
1 parent fa15c84 commit af8ddf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostSharp.Engineering.SystemTypes/InterpolatedStringHandlerArgumentAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace System.Runtime.CompilerServices;
77
#if EMBED_SYSTEM_TYPES
88
[Microsoft.CodeAnalysis.Embedded]
99
#endif
10-
public sealed class InterpolatedStringHandlerArgumentAttribute : Attribute
10+
internal sealed class InterpolatedStringHandlerArgumentAttribute : Attribute
1111
{
1212
public InterpolatedStringHandlerArgumentAttribute( string argument )
1313
{

0 commit comments

Comments
 (0)