1 write to _activeListItem
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
185=> _activeListItem = listItem;
3 references to _activeListItem
Microsoft.VisualStudio.LanguageServices (3)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (3)
189if (_activeListItem == null) 194return _activeListItem.SupportsFindAllReferences; 491var symbolListItem = _activeListItem as SymbolListItem;