3 writes to _errorList
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\VisualStudioDiagnosticListTable.cs (3)
96_errorList = errorList; 128_errorList = null!; 139_errorList = null!;
3 references to _errorList
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\VisualStudioDiagnosticListTable.cs (3)
104_errorList.PropertyChanged += OnErrorListPropertyChanged; 109if (_errorList == null) 114return _errorList.AreOtherErrorSourceEntriesShown ? _liveTableSource : _buildTableSource;