2 references to TryModifyEntries
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (1)
438
if (!
TryModifyEntries
(outputs, comparer, elapsedTime, stepInputs, overallInputState))
SourceGeneration\Nodes\TransformNode.cs (1)
90
if (entry.State != EntryState.Modified || !tableBuilder.
TryModifyEntries
(newOutputs, _comparer, stopwatch.Elapsed, inputs, entry.State))