1 implementation of SuppressAutoCancelAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
172
public async Task<IAsyncDisposable>
SuppressAutoCancelAsync
()
4 references to SuppressAutoCancelAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
170
var disposable = await waitContext.
SuppressAutoCancelAsync
().ConfigureAwait(true);
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)
155
var disposable = await backgroundWorkContext.
SuppressAutoCancelAsync
().ConfigureAwait(true);