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