1 write to Analyzer
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\VisualStudioBaseDiagnosticListTable.cs (1)
65
Analyzer
= analyzer;
3 references to Analyzer
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\VisualStudioBaseDiagnosticListTable.cs (3)
76
return this.DocumentIds == other.DocumentIds && this.
Analyzer
== other.
Analyzer
&& this.Kind == other.Kind;
80
=> Hash.Combine(
Analyzer
.GetHashCode(), Hash.Combine(DocumentIds.GetHashCode(), (int)Kind));