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