You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Refactorings/CSharp/Refactorings/AccessModifierRefactoring.cs
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
// Copyright (c) .NET Foundation and Contributors. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
2
2
3
3
usingSystem.Collections.Immutable;
4
+
usingSystem.Linq;
4
5
usingSystem.Threading;
5
6
usingSystem.Threading.Tasks;
6
7
usingMicrosoft.CodeAnalysis;
@@ -39,9 +40,17 @@ public static async Task ComputeRefactoringsAsync(RefactoringContext context, Sy
0 commit comments