2 references to Empty
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
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;