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