6 references to SyntacticChangeRangeComputer
IdeCoreBenchmarks (4)
SyntacticChangeRangeBenchmark.cs (4)
73
SyntacticChangeRangeComputer
.ComputeSyntacticChangeRange(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None);
80
SyntacticChangeRangeComputer
.ComputeSyntacticChangeRange(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None);
86
SyntacticChangeRangeComputer
.ComputeSyntacticChangeRange(_root, _rootWithSimpleEdit, TimeSpan.MaxValue, CancellationToken.None);
92
SyntacticChangeRangeComputer
.ComputeSyntacticChangeRange(_root, _rootWithComplexEdit, TimeSpan.MaxValue, CancellationToken.None);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Classification\SyntacticChangeRangeComputerTests.vb (1)
36
Dim actualChange =
SyntacticChangeRangeComputer
.ComputeSyntacticChangeRange(startingRoot, endingRoot, TimeSpan.MaxValue, Nothing)
Microsoft.CodeAnalysis.Workspaces (1)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.cs (1)
64
=>
SyntacticChangeRangeComputer
.ComputeSyntacticChangeRange(oldRoot, newRoot, timeout, cancellationToken);