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