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)
85if (_currentSuggestion != null) 87await _currentSuggestion.DismissSuggestionSessionAsync(cancellationToken).ConfigureAwait(false); 95if (_currentSuggestion != null) 97suggestion = _currentSuggestion;