2 references to DismissSuggestionSessionAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (1)
87await _currentSuggestion.DismissSuggestionSessionAsync(cancellationToken).ConfigureAwait(false);
DocumentationComments\DocumentationCommentSuggestion.cs (1)
109await DismissSuggestionSessionAsync(cancellationToken).ConfigureAwait(false);