1 write to _activeListItem
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
172=> _activeListItem = listItem;
3 references to _activeListItem
Microsoft.VisualStudio.LanguageServices (3)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (3)
176if (_activeListItem == null) 181return _activeListItem.SupportsFindAllReferences; 477var symbolListItem = _activeListItem as SymbolListItem;