9 references to Empty
Microsoft.Build (9)
ImmutableSegmentedDictionary.cs (6)
21=> ImmutableSegmentedDictionary<TKey, TValue>.Empty; 25=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer); 37=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.AddRange(items); 41=> ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).AddRange(items); 65return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer).AddRange(items); 82return ImmutableSegmentedDictionary<TKey, TValue>.Empty.WithComparer(keyComparer)
ImmutableSegmentedDictionary`2.cs (3)
180return Empty.WithComparer(self.KeyComparer); 279if (keyComparer == Empty.KeyComparer) 281return Empty;