2 writes to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\DocumentationCommentSuggestion.cs (2)
98_suggestionSession = await RunWithEnqueueActionAsync( 194_suggestionSession = null;
4 references to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (4)
DocumentationComments\DocumentationCommentSuggestion.cs (4)
103if (_suggestionSession is null) 124await _suggestionSession!.DisplayProposalAsync(proposal, cancellationToken).ConfigureAwait(false); 189if (_suggestionSession != null) 191await _suggestionSession.DismissAsync(reason, cancellationToken).ConfigureAwait(false);