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;
109
if (
_errorList
== null)
114
return
_errorList
.AreOtherErrorSourceEntriesShown ? _liveTableSource : _buildTableSource;