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