1 implementation of GetSelectedText
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\SendToInteractiveSubmissionProvider.cs (1)
37string ISendToInteractiveSubmissionProvider.GetSelectedText(IEditorOptions editorOptions, EditorCommandArgs args, CancellationToken cancellationToken)
1 reference to GetSelectedText
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveCommandHandler.cs (1)
53return SendToInteractiveSubmissionProvider.GetSelectedText(editorOptions, args, cancellationToken);