7 references to IsDefault
Microsoft.CodeAnalysis (7)
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
;