12 references to CreateBatchScope
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\WorkspaceProject.cs (1)
215return new WorkspaceProjectBatch(_project.CreateBatchScope(), _logger);
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\ProjectSystem\ProjectSystemProject.cs (7)
239using var _ = CreateBatchScope(); 1053using var _ = CreateBatchScope(); 1099using var _ = CreateBatchScope(); 1219using var _ = CreateBatchScope(); 1265using var _ = CreateBatchScope(); 1288using var _ = CreateBatchScope(); 1350using var _ = CreateBatchScope();
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject_IProjectSiteEx.cs (1)
18=> _batchScopes.Push(ProjectSystemProject.CreateBatchScope());
ProjectSystem\Legacy\SolutionEventsBatchScopeCreator.cs (1)
47_fullSolutionLoadScopes.Add((project, hierarchy, project.CreateBatchScope()));
Microsoft.VisualStudio.LanguageServices.CSharp (2)
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (1)
170using (ProjectSystemProject.CreateBatchScope())
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (1)
44using (ProjectSystemProject.CreateBatchScope())