4 references to IsDefault
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
256
return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedHashSet<T>)).
IsDefault
;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
67
if (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
"/>