1 instantiation of AnalyzerItem
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
134_items.Add(new AnalyzerItem(_analyzersFolder, analyzerReference, _commandHandler.AnalyzerContextMenuController));
12 references to AnalyzerItem
Microsoft.VisualStudio.LanguageServices.Implementation (12)
SolutionExplorer\AnalyzerItem\AnalyzerItem.BrowseObject.cs (2)
14internal sealed class BrowseObject(AnalyzerItem analyzerItem) : LocalizableProperties 17public AnalyzerItem AnalyzerItem { get; } = analyzerItem;
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
30private readonly BulkObservableCollection<AnalyzerItem> _items = [];
SolutionExplorer\AnalyzerItemTracker.cs (3)
21/// <see cref="AnalyzerItem"/> or <see cref="AnalyzersFolderItem"/> is selected. 50public ImmutableArray<AnalyzerItem> SelectedAnalyzerItems { get; private set; } = []; 82.OfType<AnalyzerItem.BrowseObject>()
SolutionExplorer\AnalyzersCommandHandler.cs (2)
183return items.All(item => item is AnalyzerItem); 358foreach (var item in _tracker.SelectedAnalyzerItems)
SolutionExplorer\DiagnosticItem\LegacyDiagnosticItemSource.cs (2)
12private readonly AnalyzerItem _item; 16AnalyzerItem item,
SolutionExplorer\DiagnosticItem\LegacyDiagnosticItemSourceProvider.cs (2)
25IAsynchronousOperationListenerProvider listenerProvider) : AttachedCollectionSourceProvider<AnalyzerItem> 27protected override IAttachedCollectionSource? CreateCollectionSource(AnalyzerItem item, string relationshipName)