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