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