1 write to _activeListItem
Microsoft.VisualStudio.LanguageServices (1)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
175=> _activeListItem = listItem;
3 references to _activeListItem
Microsoft.VisualStudio.LanguageServices (3)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (3)
179if (_activeListItem == null) 184return _activeListItem.SupportsFindAllReferences; 480var symbolListItem = _activeListItem as SymbolListItem;