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