1 write to _syntaxStore
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\DriverStateTable.cs (1)
86
_syntaxStore
= DriverState.SyntaxStore.ToBuilder(compilation, _syntaxInputNodes, DriverState.TrackIncrementalSteps, _cancellationToken);
2 references to _syntaxStore
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\DriverStateTable.cs (2)
68
Debug.Assert(
_syntaxStore
is not null, "SyntaxStore should only be read after the pre-compilation phase has completed; if this fires a driver-internal caller is reading it too early.");
69
return
_syntaxStore
;