4 writes to _currentSuggestion
Microsoft.CodeAnalysis.EditorFeatures (4)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (4)
60
_currentSuggestion
= suggestion;
64
_currentSuggestion
= null;
88
_currentSuggestion
= null;
98
_currentSuggestion
= null;
4 references to _currentSuggestion
Microsoft.CodeAnalysis.EditorFeatures (4)
DocumentationComments\CopilotGenerateDocumentationCommentProvider.cs (4)
85
if (
_currentSuggestion
!= null)
87
await
_currentSuggestion
.DismissSuggestionSessionAsync(cancellationToken).ConfigureAwait(false);
95
if (
_currentSuggestion
!= null)
97
suggestion =
_currentSuggestion
;