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