3 references to _batchScopes
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\Legacy\AbstractLegacyProject_IProjectSiteEx.cs (3)
21=> _batchScopes.Push(ProjectSystemProject.CreateBatchScope()); 25Contract.ThrowIfFalse(_batchScopes.Count > 0); 26var scope = _batchScopes.Pop();