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