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