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