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