Skip to content

Commit 9fc13fc

Browse files
committed
Use RegisterImplementationSourceOutput for perf
1 parent 2de4bc4 commit 9fc13fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EntityFrameworkCore.Projectables.Generator/ProjectionExpressionGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void Initialize(IncrementalGeneratorInitializationContext context)
5151
= context.CompilationProvider.Combine(memberDeclarations.Collect());
5252

5353
// Generate the source using the compilation and enums
54-
context.RegisterSourceOutput(compilationAndEnums,
54+
context.RegisterImplementationSourceOutput(compilationAndEnums,
5555
static (spc, source) => Execute(source.Item1, source.Item2, spc));
5656
}
5757

0 commit comments

Comments
 (0)