5 references to Empty
Microsoft.CodeAnalysis.Workspaces (5)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
165return OneOrMany<V>.Empty;
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (1)
285return OneOrMany<T>.Empty;
src\Compilers\Core\Portable\InternalUtilities\OneOrMany.cs (1)
117return EqualityComparer<T>.Default.Equals(item, _one) ? Empty : this;
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
1119return OneOrMany<string>.Empty; 1169return OneOrMany<string>.Empty;