1 write to DriverState
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\DriverStateTable.cs (1)
42
DriverState
= driverState;
8 references to DriverState
Microsoft.CodeAnalysis (8)
SourceGeneration\Nodes\CombineNode.cs (1)
40
if (graphState.
DriverState
.TrackIncrementalSteps)
SourceGeneration\Nodes\DriverStateTable.cs (1)
69
return previousTable.ToBuilder(stepName,
DriverState
.TrackIncrementalSteps, equalityComparer, tableCapacity);
SourceGeneration\Nodes\HostOutputNode.cs (1)
39
if (graphState.
DriverState
.TrackIncrementalSteps)
SourceGeneration\Nodes\SharedInputNodes.cs (3)
22
public static readonly InputNode<ParseOptions> ParseOptions = new InputNode<ParseOptions>(b => ImmutableArray.Create(b.
DriverState
.ParseOptions));
24
public static readonly InputNode<AdditionalText> AdditionalTexts = new InputNode<AdditionalText>(b => b.
DriverState
.AdditionalTexts);
28
public static readonly InputNode<AnalyzerConfigOptionsProvider> AnalyzerConfigOptions = new InputNode<AnalyzerConfigOptionsProvider>(b => ImmutableArray.Create(b.
DriverState
.OptionsProvider));
SourceGeneration\Nodes\SourceOutputNode.cs (1)
47
if (graphState.
DriverState
.TrackIncrementalSteps)
SourceGeneration\Nodes\TransformNode.cs (1)
53
if (builder.
DriverState
.TrackIncrementalSteps)