1 instantiation of AggregatedKey
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
175return new AggregatedKey(documents, liveArgsId.Analyzer, liveArgsId.Kind);
3 references to AggregatedKey
Microsoft.VisualStudio.LanguageServices (3)
TableDataSource\VisualStudioBaseDiagnosticListTable.cs (1)
71if (obj is not AggregatedKey other)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (2)
139if (!CheckAggregateKey(key as AggregatedKey, data)) 150private bool CheckAggregateKey(AggregatedKey? key, DiagnosticsUpdatedArgs? args)