6 references to CreateFromUnsorted
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRawString\ConvertInterpolatedStringToRawStringCodeRefactoringProvider.cs (2)
524
ImmutableIntervalTree<TextSpan>.
CreateFromUnsorted
(new TextSpanIntervalIntrospector(), interpolationInteriorSpans),
525
ImmutableIntervalTree<TextSpan>.
CreateFromUnsorted
(new TextSpanIntervalIntrospector(), restrictedSpans));
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassifierHelper.cs (1)
254
var semanticPartsTree = ImmutableIntervalTree<TClassifiedSpan>.
CreateFromUnsorted
(
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
UtilityTest\IntervalTreeTests.cs (2)
376
yield return ImmutableIntervalTree<Tuple<int, int, string>>.
CreateFromUnsorted
(new TupleIntrospector<string>(), [.. values]);
411
var tree = ImmutableIntervalTree<int>.
CreateFromUnsorted
(new Int32IntervalIntrospector(), [.. Enumerable.Range(1, i)]);
Microsoft.VisualStudio.LanguageServices (1)
DocumentOutline\DocumentOutlineViewModel.cs (1)
316
var intervalTree = ImmutableIntervalTree<DocumentSymbolDataViewModel>.
CreateFromUnsorted
(