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