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