2 writes to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\DocumentationCommentSuggestion.cs (2)
96_suggestionSession = await RunWithEnqueueActionAsync( 192_suggestionSession = null;
4 references to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (4)
DocumentationComments\DocumentationCommentSuggestion.cs (4)
101if (_suggestionSession is null) 122await _suggestionSession!.DisplayProposalAsync(proposal, cancellationToken).ConfigureAwait(false); 187if (_suggestionSession != null) 189await _suggestionSession.DismissAsync(reason, cancellationToken).ConfigureAwait(false);