8 references to Empty
Microsoft.CodeAnalysis.Workspaces (8)
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;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
30public static readonly VirtualCharSequence Empty = Create(ImmutableSegmentedList<VirtualChar>.Empty);