1 implementation of SuppressAutoCancelAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
172
public async Task<IAsyncDisposable>
SuppressAutoCancelAsync
()
3 references to SuppressAutoCancelAsync
Microsoft.CodeAnalysis.EditorFeatures (3)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
204
var disposable = await waitContext.
SuppressAutoCancelAsync
().ConfigureAwait(true);
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
132
var disposable = await backgroundIndicator.
SuppressAutoCancelAsync
().ConfigureAwait(false);
Organizing\OrganizeDocumentCommandHandler.cs (1)
156
var disposable = await backgroundWorkContext.
SuppressAutoCancelAsync
().ConfigureAwait(true);