1 implementation of CreateBatchScope
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
281
public IAsyncDisposable
CreateBatchScope
() => _projectSystemProject.CreateBatchScope();
14 references to CreateBatchScope
Microsoft.VisualStudio.LanguageServices (14)
ProjectSystem\BrokeredService\WorkspaceProject.cs (14)
34
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
42
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
50
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
57
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
65
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
73
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
81
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
93
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
103
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
114
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
122
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
130
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
138
await using var batch = _project.
CreateBatchScope
().ConfigureAwait(false);
164
return Task.FromResult<IWorkspaceProjectBatch>(new WorkspaceProjectBatch(_project.
CreateBatchScope
()));