9 references to PullDiagnosticCategories
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Handler\Diagnostics\DiagnosticSourceProviders\DocumentSyntaxAndSemanticDiagnosticSourceProvider.cs (4)
40
DiagnosticKind.CompilerSyntax,
PullDiagnosticCategories
.DocumentCompilerSyntax)
49
DiagnosticKind.CompilerSemantic,
PullDiagnosticCategories
.DocumentCompilerSemantic)
58
DiagnosticKind.AnalyzerSyntax,
PullDiagnosticCategories
.DocumentAnalyzerSyntax)
67
DiagnosticKind.AnalyzerSemantic,
PullDiagnosticCategories
.DocumentAnalyzerSemantic)
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDocumentsAndProjectDiagnosticSourceProvider.cs (1)
28
public string Name =>
PullDiagnosticCategories
.WorkspaceDocumentsAndProject;
Handler\EditAndContinue\DocumentEditAndContinueDiagnosticSourceProvider.cs (1)
22
public string Name =>
PullDiagnosticCategories
.EditAndContinue;
Handler\EditAndContinue\WorkspaceEditAndContinueDiagnosticSourceProvider.cs (1)
22
public string Name =>
PullDiagnosticCategories
.EditAndContinue;
Handler\Tasks\DocumentTaskDiagnosticSourceProvider.cs (1)
22
public string Name =>
PullDiagnosticCategories
.Task;
Handler\Tasks\WorkspaceTaskDiagnosticSourceProvider.cs (1)
24
public string Name =>
PullDiagnosticCategories
.Task;