17 references to IsEmpty
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
272Contract.ThrowIfTrue(snapshots.IsDefault || snapshots.IsEmpty);
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
62if (events.IsEmpty)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
193Contract.ThrowIfTrue(requests.IsDefault || requests.IsEmpty, "We must have gotten an actual request to process.");
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\CompletionUtilities.cs (1)
30if (projects.IsEmpty)
Microsoft.CodeAnalysis.Workspaces (12)
ImmutableSegmentedList`1.cs (8)
143if (self.IsEmpty) 167else if (self.IsEmpty) 257if (startIndex == 0 && self.IsEmpty) 272if (count == 0 && startIndex == 0 && self.IsEmpty) 348if (count == 0 && index == 0 && self.IsEmpty) 409if (self.IsEmpty) 433if (self.IsEmpty) 638=> IsEmpty ? Enumerable.Empty<T>().GetEnumerator() : GetEnumerator();
ImmutableSegmentedListExtensions.cs (2)
36return !immutableList.IsEmpty; 108if (immutableList.IsEmpty)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
230if (nextBatch.IsEmpty)
VirtualCharSequence.Chunks.cs (1)
49if (_array.IsEmpty)
Microsoft.VisualStudio.LanguageServices (1)
FindReferences\Contexts\AbstractTableDataSourceFindUsagesContext.cs (1)
466if (!nextBatch.IsEmpty)