4 references to IsDefault
Microsoft.Build (4)
ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
67if (originalSet.IsDefault)
RoslynImmutableInterlocked.cs (1)
256return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedHashSet<T>)).IsDefault;
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"/>