7 references to Empty
Microsoft.CodeAnalysis (7)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (6)
17=> ImmutableSegmentedList<T>.Empty; 21=> ImmutableSegmentedList<T>.Empty.Add(item); 25=> ImmutableSegmentedList<T>.Empty.AddRange(items); 29=> ImmutableSegmentedList<T>.Empty.ToBuilder(); 33=> ImmutableSegmentedList<T>.Empty.AddRange(items); 41return ImmutableSegmentedList<T>.Empty.AddRange(source);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
202=> Empty;