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)
101
if (
_suggestionSession
is null)
122
await
_suggestionSession
!.DisplayProposalAsync(proposal, cancellationToken).ConfigureAwait(false);
187
if (
_suggestionSession
!= null)
189
await
_suggestionSession
.DismissAsync(reason, cancellationToken).ConfigureAwait(false);