2 writes to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\DocumentationCommentSuggestion.cs (2)
83_suggestionSession = await RunWithEnqueueActionAsync( 210_suggestionSession = null;
6 references to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (6)
DocumentationComments\DocumentationCommentSuggestion.cs (6)
88if (_suggestionSession is null) 103if (_suggestionSession is null) 135if (_suggestionSession is null) 140await _suggestionSession.DisplayProposalAsync(proposal, cancellationToken).ConfigureAwait(false); 205if (_suggestionSession != null) 207await _suggestionSession.DismissAsync(reason, cancellationToken).ConfigureAwait(false);