3 references to IsEmpty
Microsoft.CodeAnalysis.InteractiveHost (3)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (3)
162if (self.IsEmpty && TryCastToImmutableSegmentedDictionary(pairs, out var other) && self.KeyComparer == other.KeyComparer) 175if (self.IsEmpty) 277else if (self.IsEmpty)