1 write to Kind
Microsoft.CodeAnalysis.Features (1)
Diagnostics\LiveDiagnosticUpdateArgsId.cs (1)
22Kind = kind;
6 references to Kind
Microsoft.CodeAnalysis.Features (3)
Diagnostics\LiveDiagnosticUpdateArgsId.cs (3)
36return Kind == other.Kind && Equals(ProjectOrDocumentId, other.ProjectOrDocumentId) && base.Equals(obj); 40=> Hash.Combine(ProjectOrDocumentId, Hash.Combine((int)Kind, base.GetHashCode()));
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_GetDiagnostics.cs (1)
27return new IdeCachedDiagnosticGetter(this, solution, projectId, documentId, includeSuppressedDiagnostics).GetSpecificDiagnosticsAsync(argsId.Analyzer, argsId.Kind, cancellationToken);
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (2)
175return new AggregatedKey(documents, liveArgsId.Analyzer, liveArgsId.Kind); 548id = $"{live.Analyzer}/{live.Kind}";