9 references to IsDefault
Microsoft.CodeAnalysis (9)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
135return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedList<T>)).IsDefault;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
77if (originalList.IsDefault)
src\Dependencies\Collections\Segmented\ImmutableSegmentedListExtensions.cs (5)
19if (immutableList.IsDefault) 35if (immutableList.IsDefault) 51if (immutableList.IsDefault) 88if (immutableList.IsDefault) 105if (immutableList.IsDefault)
src\Dependencies\Collections\Segmented\SegmentedCollectionsMarshal.cs (2)
112/// will be uninitialized (i.e. its <see cref="ImmutableSegmentedList{T}.IsDefault"/> property will be 132/// If <paramref name="list"/> is uninitialized (i.e. its <see cref="ImmutableSegmentedList{T}.IsDefault"/> property is