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