1 write to Sources
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
183Sources = sources;
4 references to Sources
Microsoft.CodeAnalysis (4)
SourceGeneration\IncrementalContexts.cs (2)
189=> (Sources.ToImmutableAndFree(), Diagnostics.ToReadOnlyAndFree(), GeneratorRunStateBuilder.ToImmutableAndFree(), HostOutputBuilder.ToImmutableAndFree()); 193Sources.Free();
SourceGeneration\Nodes\PostInitOutputNode.cs (1)
23_callback(new IncrementalGeneratorPostInitializationContext(context.Sources, cancellationToken), cancellationToken);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
109context.Sources.Add(text.HintName, text.Text);