Skip to content

Commit 4a79f90

Browse files
committed
Remove unused usings
1 parent ded0f0e commit 4a79f90

File tree

5 files changed

+3
-7
lines changed

5 files changed

+3
-7
lines changed

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/CodeActions/Razor/ExtractToComponentCodeActionResolver.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
#if !NET
5-
using System;
6-
#endif
74
using System.IO;
85
using System.Text.Json;
96
using System.Threading;

src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Completion/BlazorDataAttributeCompletionItemProvider.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
#if !NET
45
using System;
6+
#endif
57
using System.Collections.Immutable;
68
using Microsoft.AspNetCore.Razor.Language;
79
using Microsoft.AspNetCore.Razor.Language.Syntax;

src/Razor/src/Microsoft.CodeAnalysis.Remote.Razor/RemoteTagHelperSearchEngine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System;
54
using System.Collections.Immutable;
65
using System.Composition;
76
using System.Diagnostics;

src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/LanguageClient/Cohost/IncompatibleProjectNotifier.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System;
54
using System.Collections.Generic;
65
using System.ComponentModel.Composition;
76
using System.IO;

src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/SyntaxVisualizer/SyntaxVisualizerHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.Threading;
66
using System.Threading.Tasks;
7-
using Microsoft.AspNetCore.Razor.Language;
87
using Microsoft.CodeAnalysis;
98
using Microsoft.CodeAnalysis.Razor.Protocol.DevTools;
109
using Microsoft.CodeAnalysis.Razor.Remote;

0 commit comments

Comments
 (0)