Skip to content

Commit 0e5cf37

Browse files
committed
Make attribute internal
1 parent 381e0f8 commit 0e5cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ix.NET/Source/System.Linq.Async.SourceGenerator/AsyncOverloadsGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public sealed class AsyncOverloadsGenerator : ISourceGenerator
1919
"{\n" +
2020
" [AttributeUsage(AttributeTargets.Method)]\n" +
2121
" [Conditional(\"COMPILE_TIME_ONLY\")]\n" +
22-
" public sealed class GenerateAsyncOverloadAttribute : Attribute { }\n" +
22+
" internal sealed class GenerateAsyncOverloadAttribute : Attribute { }\n" +
2323
"}\n";
2424

2525
public void Initialize(GeneratorInitializationContext context)

0 commit comments

Comments
 (0)