8 references to Empty
Microsoft.CodeAnalysis.Workspaces (8)
src\Dependencies\Collections\ImmutableSegmentedList.cs (6)
15=> ImmutableSegmentedList<T>.Empty; 19=> ImmutableSegmentedList<T>.Empty.Add(item); 23=> ImmutableSegmentedList<T>.Empty.AddRange(items); 27=> ImmutableSegmentedList<T>.Empty.ToBuilder(); 31=> ImmutableSegmentedList<T>.Empty.AddRange(items); 39return ImmutableSegmentedList<T>.Empty.AddRange(source);
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
200=> Empty;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
30public static readonly VirtualCharSequence Empty = Create(ImmutableSegmentedList<VirtualChar>.Empty);