2 references to CreateFromSorted
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\ImmutableIntervalTree`1.cs (2)
50
/// they should do so and call <see cref="
CreateFromSorted
"/> instead.
60
return
CreateFromSorted
(introspector, values);