4 references to IsDefault
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
65if (originalSet.IsDefault)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
253return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedHashSet<T>)).IsDefault;
src\Dependencies\Collections\SegmentedCollectionsMarshal.cs (2)
152/// value will be uninitialized (i.e. its <see cref="ImmutableSegmentedHashSet{T}.IsDefault"/> property will be 172/// If <paramref name="set"/> is uninitialized (i.e. its <see cref="ImmutableSegmentedHashSet{T}.IsDefault"/>