4 references to IsDefault
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\RoslynImmutableInterlocked.cs (1)
256
return InterlockedCompareExchange(ref location, value, default(ImmutableSegmentedHashSet<T>)).
IsDefault
;
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
67
if (originalSet.
IsDefault
)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedCollectionsMarshal.cs (2)
154
/// value will be uninitialized (i.e. its <see cref="ImmutableSegmentedHashSet{T}.
IsDefault
"/> property will be
174
/// If <paramref name="set"/> is uninitialized (i.e. its <see cref="ImmutableSegmentedHashSet{T}.
IsDefault
"/>