3 references to SetSelection
Microsoft.CodeAnalysis.EditorFeatures (3)
Formatting\FormatCommandHandler.FormatSelection.cs (1)
61args.TextView.SetSelection(currentSelection);
InlineRename\CommandHandlers\AbstractRenameCommandHandler_TabHandler.cs (1)
42args.TextView.SetSelection(newSelection);
Shared\Extensions\ITextViewExtensions.cs (1)
90SetSelection(textView, new SnapshotSpan(start.Position, end.Position), isReversed);