7 references to ComputeSyntacticChangeRange
IdeCoreBenchmarks (6)
SyntacticChangeRangeBenchmark.cs (6)
91
SyntacticChangeRangeComputer.
ComputeSyntacticChangeRange
(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None);
98
SyntacticChangeRangeComputer.
ComputeSyntacticChangeRange
(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None);
104
SyntacticChangeRangeComputer.
ComputeSyntacticChangeRange
(_root, _rootWithSimpleEdit, TimeSpan.MaxValue, CancellationToken.None);
110
SyntacticChangeRangeComputer.
ComputeSyntacticChangeRange
(_root, _rootWithComplexEdit, TimeSpan.MaxValue, CancellationToken.None);
117
SyntacticChangeRangeComputer.
ComputeSyntacticChangeRange
(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None);
124
SyntacticChangeRangeComputer.
ComputeSyntacticChangeRange
(_root, newRoot, TimeSpan.MaxValue, CancellationToken.None);
Microsoft.CodeAnalysis.Workspaces (1)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.cs (1)
60
=> SyntacticChangeRangeComputer.
ComputeSyntacticChangeRange
(oldRoot, newRoot, timeout, cancellationToken);