4 references to SpecializedCollections
Microsoft.CodeAnalysis.Extensions.Package (4)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (4)
79
return
SpecializedCollections
.EmptyBoxedImmutableArray<T>();
84
return array.IsDefaultOrEmpty ?
SpecializedCollections
.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items;
89
return
SpecializedCollections
.EmptyBoxedImmutableArray<T>();
328
return
SpecializedCollections
.EmptyEnumerable<T>();