Skip to content

Commit c4a76d1

Browse files
committed
remove : ISourceGenerator
1 parent 9967553 commit c4a76d1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/StringLiteralGenerator/Utf8StringLiteralGenerator.Emitter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace StringLiteralGenerator;
99

10-
public partial class Utf8StringLiteralGenerator : ISourceGenerator
10+
public partial class Utf8StringLiteralGenerator
1111
{
1212
private static void Emit(GeneratorExecutionContext context, IEnumerable<Utf8LiteralMethod> methods)
1313
{

src/StringLiteralGenerator/Utf8StringLiteralGenerator.Init.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace StringLiteralGenerator;
66

7-
public partial class Utf8StringLiteralGenerator : ISourceGenerator
7+
public partial class Utf8StringLiteralGenerator
88
{
99
private const string attributeText = @"// <auto-generated />
1010
using System;

src/StringLiteralGenerator/Utf8StringLiteralGenerator.Parser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace StringLiteralGenerator;
66

7-
public partial class Utf8StringLiteralGenerator : ISourceGenerator
7+
public partial class Utf8StringLiteralGenerator
88
{
99
private const string attributeName = "StringLiteral.Utf8Attribute";
1010

0 commit comments

Comments
 (0)