3 references to IsEmpty
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2.cs (3)
162
if (self.
IsEmpty
&& TryCastToImmutableSegmentedDictionary(pairs, out var other) && self.KeyComparer == other.KeyComparer)
175
if (self.
IsEmpty
)
277
else if (self.
IsEmpty
)