Skip to content

Commit a28e04b

Browse files
committed
refactor: removed Shared attribute
1 parent 972e742 commit a28e04b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/analyzers/SourceKit.Analyzers.MustBePartial/CodeFixes/MakeTypePartialCodeFixProvider.cs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Collections.Immutable;
2-
using System.Composition;
32
using Microsoft.CodeAnalysis;
43
using Microsoft.CodeAnalysis.CodeActions;
54
using Microsoft.CodeAnalysis.CodeFixes;
@@ -10,7 +9,6 @@
109

1110
namespace SourceKit.Analyzers.MustBePartial.CodeFixes;
1211

13-
[Shared]
1412
[ExportCodeFixProvider(LanguageNames.CSharp, Name = nameof(MakeTypePartialCodeFixProvider))]
1513
public class MakeTypePartialCodeFixProvider : CodeFixProvider
1614
{

0 commit comments

Comments
 (0)