2 references to new
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (2)
25
public static readonly ImmutableIntervalTree<T> Empty =
new
(new SegmentedArray<Node>(0));
94
return new
ImmutableIntervalTree
<T>(array);