1 write to Kind
Microsoft.CodeAnalysis.Features (1)
Diagnostics\LiveDiagnosticUpdateArgsId.cs (1)
22
Kind
= kind;
6 references to Kind
Microsoft.CodeAnalysis.Features (3)
Diagnostics\LiveDiagnosticUpdateArgsId.cs (3)
36
return
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)
27
return new IdeCachedDiagnosticGetter(this, solution, projectId, documentId, includeSuppressedDiagnostics).GetSpecificDiagnosticsAsync(argsId.Analyzer, argsId.
Kind
, cancellationToken);
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (2)
175
return new AggregatedKey(documents, liveArgsId.Analyzer, liveArgsId.
Kind
);
548
id = $"{live.Analyzer}/{live.
Kind
}";