9 references to Empty
Microsoft.CodeAnalysis.Collections.Package (9)
ImmutableSegmentedDictionary.cs (6)
19=> ImmutableSegmentedDictionary<TKey, TValue>.Empty; 23=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer); 35=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.AddRange(items); 39=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).AddRange(items); 63return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).AddRange(items); 80return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer)
ImmutableSegmentedDictionary`2.cs (3)
178return Empty.WithComparer(self.KeyComparer); 277if (keyComparer == Empty.KeyComparer) 279return Empty;