10 references to Empty
Microsoft.CodeAnalysis (10)
InternalUtilities\SpecializedCollections.cs (10)
13
return
Empty
.Enumerator<T>.Instance;
18
return
Empty
.List<T>.Instance;
23
return
Empty
.List<T>.Instance;
28
return
Empty
.List<T>.Instance;
33
return
Empty
.BoxedImmutableArray<T>.Instance;
38
return
Empty
.List<T>.Instance;
43
return
Empty
.Set<T>.Instance;
48
return
Empty
.Set<T>.Instance;
54
return
Empty
.Dictionary<TKey, TValue>.Instance;
60
return
Empty
.Dictionary<TKey, TValue>.Instance;