1 write to IsCached
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
73IsCached = !states.IsEmpty && states.All(s => s.IsCached);
10 references to IsCached
Microsoft.CodeAnalysis (9)
SourceGeneration\Nodes\BatchNode.cs (1)
135else if (!sourceTable.IsCached || !newTable.TryUseCachedEntries(stopwatch.Elapsed, sourceInputs))
SourceGeneration\Nodes\CombineNode.cs (4)
35if (input1Table.IsCached && input2Table.IsCached && previousTable is not null) 55var isInput2Cached = input2Table.IsCached; 85Debug.Assert(input1Table.HasTrackedSteps && input2Table.IsCached);
SourceGeneration\Nodes\NodeStateTable.cs (2)
108if (IsCached) 141Debug.Assert(inputTable.HasTrackedSteps && inputTable.IsCached);
SourceGeneration\Nodes\SourceOutputNode.cs (1)
42if (sourceTable.IsCached && previousTable is not null)
SourceGeneration\Nodes\TransformNode.cs (1)
46if (sourceTable.IsCached && previousTable is not null)
Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler (1)
HostOutputNode.cs (1)
35if (sourceTable.IsCached && previousTable is not null)