1 write to SupportedLanguages
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
105
SupportedLanguages
= supportedLanguages;
5 references to SupportedLanguages
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (2)
150
foreach (var project in GetProjectsInPriorityOrder(context.Solution, context.
SupportedLanguages
))
172
foreach (var project in 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
);