1 write to SyntaxStore
Microsoft.CodeAnalysis (1)
SourceGeneration\GeneratorDriverState.cs (1)
34SyntaxStore = syntaxStore;
2 references to SyntaxStore
Microsoft.CodeAnalysis (2)
SourceGeneration\GeneratorDriver.cs (1)
283var syntaxStoreBuilder = _state.SyntaxStore.ToBuilder(compilation, syntaxInputNodes.ToImmutableAndFree(), _state.TrackIncrementalSteps, cancellationToken);
SourceGeneration\GeneratorDriverState.cs (1)
124syntaxStore ?? this.SyntaxStore,