1 implementation of ComputeSyntacticChangeRange
Microsoft.CodeAnalysis.Workspaces (1)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.cs (1)
60
public TextChangeRange?
ComputeSyntacticChangeRange
(SyntaxNode oldRoot, SyntaxNode newRoot, TimeSpan timeout, CancellationToken cancellationToken)
1 reference to ComputeSyntacticChangeRange
Microsoft.CodeAnalysis.Workspaces (1)
Classification\AbstractClassificationService.cs (1)
235
return classificationService?.
ComputeSyntacticChangeRange
(oldRoot, newRoot, timeout, cancellationToken);