2 references to GetSubmissionFromSelectedSpans
Microsoft.CodeAnalysis.EditorFeatures (2)
Interactive\SendToInteractiveSubmissionProvider.cs (2)
43
return
GetSubmissionFromSelectedSpans
(editorOptions, selectedSpans);
50
var candidateSubmission =
GetSubmissionFromSelectedSpans
(editorOptions, selectedSpans);