1 write to _items
Microsoft.VisualStudio.LanguageServices.Implementation (1)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
85_items = CreateDiagnosticAndGeneratorItems(project.Id, project.Language, project.CompilationOptions, _analyzerConfigOptions);
7 references to _items
Microsoft.VisualStudio.LanguageServices.Implementation (7)
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (7)
52if (_items != null) 54return _items.Count > 0; 78if (_items == null) 92KeyValueLogMessage.Create(m => m["Count"] = _items.Count)); 94return _items; 182Contract.ThrowIfNull(_items, "We only subscribe to events after we create the items, so this should not be null."); 184foreach (var item in _items.OfType<DiagnosticItem>())