2 references to Enumerable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.cs (1)
90
return new ReadOnly.
Enumerable
<IEnumerable<T>, T>(values);
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs (1)
18
:
base
(underlying)