8 references to Empty
Microsoft.CodeAnalysis.Workspaces (8)
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);
39
return ImmutableSegmentedList<T>.
Empty
.AddRange(source);
ImmutableSegmentedList`1.cs (1)
200
=>
Empty
;
VirtualCharSequence.cs (1)
30
public static readonly VirtualCharSequence Empty = Create(ImmutableSegmentedList<VirtualChar>.
Empty
);