9 references to IsDefault
Microsoft.CodeAnalysis (9)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
135
return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedList<T>)).
IsDefault
;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
77
if (originalList.
IsDefault
)
src\Dependencies\Collections\Segmented\ImmutableSegmentedListExtensions.cs (5)
19
if (immutableList.
IsDefault
)
35
if (immutableList.
IsDefault
)
51
if (immutableList.
IsDefault
)
88
if (immutableList.
IsDefault
)
105
if (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