2 references to AnnotateNodeForTextSpans
Microsoft.CodeAnalysis.Workspaces (2)
CodeCleanup\AbstractCodeCleanerService.cs (2)
52
var (newNode, annotations) =
AnnotateNodeForTextSpans
(root, normalizedSpan, cancellationToken);
94
var (newNode, annotations) =
AnnotateNodeForTextSpans
(root, normalizedSpan, cancellationToken);