12 references to CreateBatchScope
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\WorkspaceProject.cs (1)
215
return new WorkspaceProjectBatch(_project.
CreateBatchScope
(), _logger);
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\ProjectSystem\ProjectSystemProject.cs (7)
239
using var _ =
CreateBatchScope
();
1053
using var _ =
CreateBatchScope
();
1099
using var _ =
CreateBatchScope
();
1219
using var _ =
CreateBatchScope
();
1265
using var _ =
CreateBatchScope
();
1288
using var _ =
CreateBatchScope
();
1350
using 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)
170
using (ProjectSystemProject.
CreateBatchScope
())
ProjectSystemShim\CSharpProjectShim.ICSharpVenusProjectSite.cs (1)
44
using (ProjectSystemProject.
CreateBatchScope
())