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