Skip to content

Commit 2364425

Browse files
committed
Sort and remove usings for all the dotnet/format code
1 parent 3e70a96 commit 2364425

File tree

72 files changed

+0
-248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+0
-248
lines changed

src/BuiltInTools/dotnet-format/Analyzers/AnalyzerFinderHelpers.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System;
4-
using System.Collections.Generic;
53
using System.Collections.Immutable;
6-
using System.Linq;
74
using System.Reflection;
85

96
using Microsoft.CodeAnalysis.CodeFixes;

src/BuiltInTools/dotnet-format/Analyzers/AnalyzerFormatter.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System.Collections.Generic;
43
using System.Collections.Immutable;
54
using System.Diagnostics;
6-
using System.Linq;
7-
using System.Threading;
8-
using System.Threading.Tasks;
95
using Microsoft.CodeAnalysis.CodeFixes;
106
using Microsoft.CodeAnalysis.Diagnostics;
117
using Microsoft.CodeAnalysis.Tools.Formatters;

src/BuiltInTools/dotnet-format/Analyzers/AnalyzerOptionExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System;
4-
using System.Linq;
5-
using System.Threading;
63
using Microsoft.CodeAnalysis.Tools.Analyzers;
74

85
namespace Microsoft.CodeAnalysis.Diagnostics

src/BuiltInTools/dotnet-format/Analyzers/AnalyzerReferenceInformationProvider.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System;
4-
using System.Collections.Generic;
53
using System.Collections.Immutable;
6-
using System.IO;
7-
using System.Linq;
84
using System.Reflection;
95
using Microsoft.CodeAnalysis.Diagnostics;
106
using Microsoft.CodeAnalysis.Host;

src/BuiltInTools/dotnet-format/Analyzers/AnalyzerRunner.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

33
using System.Collections.Immutable;
4-
using System.Linq;
5-
using System.Threading;
6-
using System.Threading.Tasks;
74
using Microsoft.CodeAnalysis.Diagnostics;
85
using Microsoft.Extensions.Logging;
96

src/BuiltInTools/dotnet-format/Analyzers/CodeAnalysisResult.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System.Collections.Generic;
43
using System.Collections.Immutable;
54

65
namespace Microsoft.CodeAnalysis.Tools.Analyzers

src/BuiltInTools/dotnet-format/Analyzers/CodeStyleInformationProvider.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System;
4-
using System.Collections.Generic;
53
using System.Collections.Immutable;
6-
using System.IO;
7-
using System.Linq;
84
using System.Reflection;
95
using Microsoft.CodeAnalysis.Diagnostics;
106
using Microsoft.CodeAnalysis.Host;

src/BuiltInTools/dotnet-format/Analyzers/Extensions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System;
43
using System.Collections;
54
using System.Collections.Immutable;
6-
using System.Linq;
75
using System.Reflection;
8-
using System.Threading;
9-
using System.Threading.Tasks;
106
using Microsoft.CodeAnalysis.Diagnostics;
117
using Microsoft.CodeAnalysis.Options;
128

src/BuiltInTools/dotnet-format/Analyzers/Interfaces/IAnalyzerRunner.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

33
using System.Collections.Immutable;
4-
using System.Threading;
5-
using System.Threading.Tasks;
64
using Microsoft.CodeAnalysis.Diagnostics;
75
using Microsoft.Extensions.Logging;
86

src/BuiltInTools/dotnet-format/Analyzers/Interfaces/ICodeFixApplier.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
22

3-
using System.Threading;
4-
using System.Threading.Tasks;
53
using Microsoft.CodeAnalysis.CodeFixes;
64
using Microsoft.Extensions.Logging;
75

0 commit comments

Comments
 (0)