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