2 references to StartSuggestionSessionAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (1)
56var sessionStarted = await suggestion.StartSuggestionSessionAsync(cancellationToken).ConfigureAwait(false);
DocumentationComments\DocumentationCommentSuggestion.cs (1)
99var tryStartNewSession = await StartSuggestionSessionAsync(cancellationToken).ConfigureAwait(false);