Skip to content

Commit b4bd0f5

Browse files
committed
RegisterImplementationSourceOutput
1 parent 7b1306b commit b4bd0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StringLiteralGenerator/Utf8StringLiteralGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
1818
.Where(x => x is not null)
1919
.Collect();
2020

21-
context.RegisterSourceOutput(provider, Emit);
21+
context.RegisterImplementationSourceOutput(provider, Emit);
2222
}
2323
}

0 commit comments

Comments
 (0)