1 write to DocumentIds
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\VisualStudioBaseDiagnosticListTable.cs (1)
64DocumentIds = documentIds;
4 references to DocumentIds
Microsoft.VisualStudio.LanguageServices (4)
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));
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
163return key.DocumentIds == documents;