2 references to IsEmpty
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\BatchNode.cs (2)
125
Debug.Assert(!newTable.TrackIncrementalSteps || (sourceTable.HasTrackedSteps || sourceTable.
IsEmpty
));
131
if (previousTable is null || previousTable.
IsEmpty
)