9 references to IsDefault
Microsoft.CodeAnalysis.Collections.Package (9)
ImmutableSegmentedList`1+ValueBuilder.cs (1)
75
if (originalList.
IsDefault
)
ImmutableSegmentedListExtensions.cs (5)
17
if (immutableList.
IsDefault
)
33
if (immutableList.
IsDefault
)
49
if (immutableList.
IsDefault
)
86
if (immutableList.
IsDefault
)
103
if (immutableList.
IsDefault
)
RoslynImmutableInterlocked.cs (1)
132
return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedList<T>)).
IsDefault
;
SegmentedCollectionsMarshal.cs (2)
110
/// will be uninitialized (i.e. its <see cref="ImmutableSegmentedList{T}.
IsDefault
"/> property will be
130
/// If <paramref name="list"/> is uninitialized (i.e. its <see cref="ImmutableSegmentedList{T}.
IsDefault
"/> property is