1 write to IsCached
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
73IsCached = isCached;
10 references to IsCached
Microsoft.CodeAnalysis (10)
SourceGeneration\Nodes\BatchNode.cs (1)
137else if (!sourceTable.IsCached || !tableBuilder.TryUseCachedEntries(stopwatch.Elapsed, sourceInputs))
SourceGeneration\Nodes\CombineNode.cs (4)
37if (input1Table.IsCached && input2Table.IsCached && previousTable is not null) 57var isInput2Cached = input2Table.IsCached; 90Debug.Assert(input1Table.HasTrackedSteps && input2Table.IsCached);
SourceGeneration\Nodes\HostOutputNode.cs (1)
37if (sourceTable.IsCached && previousTable is not null)
SourceGeneration\Nodes\NodeStateTable.cs (2)
151if (IsCached) 188Debug.Assert(inputTable.HasTrackedSteps && inputTable.IsCached);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
44if (sourceTable.IsCached && previousTable is not null)
SourceGeneration\Nodes\TransformNode.cs (1)
50if (sourceTable.IsCached && previousTable is not null)