1 write to SupportedLanguages
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
196
SupportedLanguages
= supportedLanguages;
5 references to SupportedLanguages
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\DiagnosticSourceProviders\WorkspaceDocumentsAndProjectDiagnosticSourceProvider.cs (1)
62
foreach (var project in WorkspaceDiagnosticSourceHelpers.GetProjectsInPriorityOrder(solution, context.
SupportedLanguages
))
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (3)
49
AddDocumentsFromProject(activeDocument?.Project, context.
SupportedLanguages
);
51
AddDocumentsFromProject(doc.Project, context.
SupportedLanguages
);
55
AddDocumentsFromProject(project, context.
SupportedLanguages
);
Handler\Tasks\WorkspaceTaskDiagnosticSourceProvider.cs (1)
37
foreach (var project in WorkspaceDiagnosticSourceHelpers.GetProjectsInPriorityOrder(context.Solution, context.
SupportedLanguages
))