9 references to IsDefault
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
272Contract.ThrowIfTrue(snapshots.IsDefault || snapshots.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.Workspaces (7)
ImmutableSegmentedList`1+ValueBuilder.cs (1)
75if (originalList.IsDefault)
ImmutableSegmentedListExtensions.cs (5)
17if (immutableList.IsDefault) 33if (immutableList.IsDefault) 49if (immutableList.IsDefault) 86if (immutableList.IsDefault) 103if (immutableList.IsDefault)
RoslynImmutableInterlocked.cs (1)
132return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedList<T>)).IsDefault;