Implemented interface member:
method
CreateBatchScopeAsync
Microsoft.VisualStudio.LanguageServices.ProjectSystem.IWorkspaceProjectContext.CreateBatchScopeAsync(System.Threading.CancellationToken)
7 references to CreateBatchScopeAsync
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (6)
ProjectSystemShim\CPS\SourceFileHandlingTests.cs (6)
131
var disposableBatchScope = await project.
CreateBatchScopeAsync
(CancellationToken.None).ConfigureAwait(false);
173
var disposableBatchScope = await project.
CreateBatchScopeAsync
(CancellationToken.None).ConfigureAwait(false);
224
var disposableBatchScope = await project.
CreateBatchScopeAsync
(CancellationToken.None).ConfigureAwait(false);
263
var disposableBatchScope = await project.
CreateBatchScopeAsync
(CancellationToken.None).ConfigureAwait(false);
334
var disposableBatchScope = await project.
CreateBatchScopeAsync
(CancellationToken.None).ConfigureAwait(false);
382
var disposableBatchScope = await project.
CreateBatchScopeAsync
(CancellationToken.None).ConfigureAwait(false);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProjectFactory.cs (1)
132
var disposableBatchScope = await project.
CreateBatchScopeAsync
(cancellationToken).ConfigureAwait(false);