Skip to content

Commit de5ae11

Browse files
committed
Remove unused usings
1 parent 066a146 commit de5ae11

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Syntax/MarkupMinimizedTagHelperAttributeSyntax.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#nullable disable
55

6-
using System.Collections.Generic;
7-
86
namespace Microsoft.AspNetCore.Razor.Language.Syntax;
97

108
internal sealed partial class MarkupMinimizedTagHelperAttributeSyntax

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Syntax/MarkupMinimizedTagHelperDirectiveAttributeSyntax.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#nullable disable
55

6-
using System.Collections.Generic;
7-
86
namespace Microsoft.AspNetCore.Razor.Language.Syntax;
97

108
internal sealed partial class MarkupMinimizedTagHelperDirectiveAttributeSyntax

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Syntax/MarkupTagHelperAttributeSyntax.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#nullable disable
55

6-
using System.Collections.Generic;
7-
86
namespace Microsoft.AspNetCore.Razor.Language.Syntax;
97

108
internal sealed partial class MarkupTagHelperAttributeSyntax

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Syntax/MarkupTagHelperDirectiveAttributeSyntax.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#nullable disable
55

6-
using System.Collections.Generic;
7-
86
namespace Microsoft.AspNetCore.Razor.Language.Syntax;
97

108
internal sealed partial class MarkupTagHelperDirectiveAttributeSyntax

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Syntax/RazorDirectiveSyntax.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
#nullable disable
55

6-
using System.Collections.Generic;
7-
86
namespace Microsoft.AspNetCore.Razor.Language.Syntax;
97

108
internal sealed partial class RazorDirectiveSyntax

0 commit comments

Comments
 (0)