2 writes to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (2)
DocumentationComments\DocumentationCommentSuggestion.cs (2)
76_suggestionSession = await RunWithEnqueueActionAsync( 203_suggestionSession = null;
6 references to _suggestionSession
Microsoft.CodeAnalysis.EditorFeatures (6)
DocumentationComments\DocumentationCommentSuggestion.cs (6)
81if (_suggestionSession is null) 96if (_suggestionSession is null) 128if (_suggestionSession is null) 133await _suggestionSession.DisplayProposalAsync(proposal, cancellationToken).ConfigureAwait(false); 198if (_suggestionSession != null) 200await _suggestionSession.DismissAsync(reason, cancellationToken).ConfigureAwait(false);