1 write to SyntaxStore
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorDriverState.cs (1)
34SyntaxStore = syntaxStore;
2 references to SyntaxStore
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorDriverState.cs (1)
135syntaxStore ?? this.SyntaxStore,
SourceGeneration\Nodes\DriverStateTable.cs (1)
86_syntaxStore = DriverState.SyntaxStore.ToBuilder(compilation, _syntaxInputNodes, DriverState.TrackIncrementalSteps, _cancellationToken);