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