9 references to IsDefault
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (9)
src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs (1)
75
if (originalList.
IsDefault
)
src\Dependencies\Collections\ImmutableSegmentedListExtensions.cs (5)
17
if (immutableList.
IsDefault
)
33
if (immutableList.
IsDefault
)
49
if (immutableList.
IsDefault
)
86
if (immutableList.
IsDefault
)
103
if (immutableList.
IsDefault
)
src\Dependencies\Collections\RoslynImmutableInterlocked.cs (1)
132
return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedList<T>)).
IsDefault
;
src\Dependencies\Collections\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