2 writes to _dropdownBarClient
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
171
_dropdownBarClient
= navigationBarClient;
185
_dropdownBarClient
= null;
3 references to _dropdownBarClient
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (3)
113
Contract.ThrowIfFalse(
_dropdownBarClient
== null, "We shouldn't have a dropdown client if there isn't a dropdown");
128
if (
_dropdownBarClient
!= null &&
129
_dropdownBarClient
== GetDropdownBarClient(existingDropdownBar))