2 writes to _cookie
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
InProcess\SolutionExplorerInProcess.cs (2)
718
ErrorHandler.ThrowOnFailure(solutionBuildManager.AdviseUpdateSolutionEvents(this, out
_cookie
));
741
_cookie
= 0;
2 references to _cookie
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
InProcess\SolutionExplorerInProcess.cs (2)
738
if (
_cookie
!= 0)
740
var tempCookie =
_cookie
;