3 references to new
Microsoft.CodeAnalysis (3)
Collections\TemporaryArray`1.cs (1)
291
return
new
(this.ToImmutableAndClear());
InternalUtilities\OneOrMany.cs (2)
27
public static readonly OneOrMany<T> Empty = new
OneOrMany
<T>(ImmutableArray<T>.Empty);
166
: new
OneOrMany
<T>(ImmutableArray<T>.CastUp(from._many));