We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1306b commit b4bd0f5Copy full SHA for b4bd0f5
src/StringLiteralGenerator/Utf8StringLiteralGenerator.cs
@@ -18,6 +18,6 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
18
.Where(x => x is not null)
19
.Collect();
20
21
- context.RegisterSourceOutput(provider, Emit);
+ context.RegisterImplementationSourceOutput(provider, Emit);
22
}
23
0 commit comments