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