9 references to AddEntry
Microsoft.CodeAnalysis (9)
SourceGeneration\Nodes\BatchNode.cs (2)
135
tableBuilder.
AddEntry
(sourceValues, EntryState.Added, stopwatch.Elapsed, sourceInputs, EntryState.Added);
141
tableBuilder.
AddEntry
(sourceValues, EntryState.Added, stopwatch.Elapsed, sourceInputs, EntryState.Added);
SourceGeneration\Nodes\CombineNode.cs (1)
77
tableBuilder.
AddEntry
(entry, state, stopwatch.Elapsed, stepInputs, state);
SourceGeneration\Nodes\HostOutputNode.cs (1)
60
nodeTable.
AddEntry
(output.ToImmutableAndFree(), EntryState.Added, stopwatch.Elapsed, inputs, EntryState.Added);
SourceGeneration\Nodes\InputNode.cs (2)
102
tableBuilder.
AddEntry
(newItem, EntryState.Added, elapsedTime, noInputStepsStepInfo, EntryState.Added);
133
tableBuilder.
AddEntry
(input, EntryState.Added, TimeSpan.Zero, stepInputs: default, EntryState.Added);
SourceGeneration\Nodes\PredicateSyntaxStrategy.cs (1)
113
_transformTable.
AddEntry
(transformed, EntryState.Added, stopwatch.Elapsed, noInputStepsStepInfo, EntryState.Added);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
76
tableBuilder.
AddEntry
(sourcesAndDiagnostics, EntryState.Added, stopwatch.Elapsed, inputs, EntryState.Added);
SourceGeneration\Nodes\SyntaxReceiverStrategy.cs (1)
63
_nodeStateTable.
AddEntry
(_receiver, EntryState.Modified, lastElapsedTime, TrackIncrementalSteps ? System.Collections.Immutable.ImmutableArray<(IncrementalGeneratorRunStep, int)>.Empty : default, EntryState.Modified);