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